ExecutionException Constructor |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ExecutionException(
string message,
Exception innerException = null,
Dictionary<IPAddress, Exception> innerInnerExceptions = null
)
Parameters
- message
- Type: SystemString
- innerException (Optional)
- Type: SystemException
- innerInnerExceptions (Optional)
- Type: System.Collections.GenericDictionaryIPAddress, Exception
See Also