| WriteFailureException Constructor  | 
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntaxpublic WriteFailureException(
	ConsistencyLevel consistency,
	int received,
	int required,
	string writeType,
	int failures
)
Parameters
- consistency
 - Type: DseConsistencyLevel
 - received
 - Type: SystemInt32
 - required
 - Type: SystemInt32
 - writeType
 - Type: SystemString
 - failures
 - Type: SystemInt32
 
See Also