WriteFailureException Constructor |
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntaxpublic WriteFailureException(
ConsistencyLevel consistency,
int received,
int required,
string writeType,
int failures
)
Parameters
- consistency
- Type: Dse.ConsistencyLevel
- received
- Type: System.Int32
- required
- Type: System.Int32
- writeType
- Type: System.String
- failures
- Type: System.Int32
See Also