Class ExecutionException
Inheritance
ExecutionException
Assembly: Cassandra.dll
Syntax
public class ExecutionException : DriverException, ISerializable
Constructors
ExecutionException(string, Exception, Dictionary<IPAddress, Exception>)
Declaration
public ExecutionException(string message, Exception innerException = null, Dictionary<IPAddress, Exception> innerInnerExceptions = null)
Parameters
Properties
InnerInnerExceptions
Declaration
public Dictionary<IPAddress, Exception> InnerInnerExceptions { get; }
Property Value
Implements