ExecutionException Constructor |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax public ExecutionException(
string message,
Exception innerException = null,
Dictionary<IPAddress, Exception> innerInnerExceptions = null
)
Parameters
- message
- Type: System.String
- innerException (Optional)
- Type: System.Exception
- innerInnerExceptions (Optional)
- Type: System.Collections.Generic.Dictionary<IPAddress, Exception>
See Also