Click or drag to resize

ExecutionException Constructor

Initializes a new instance of the ExecutionException class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
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