Class ExecutionException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra
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
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException | |
Dictionary<IPAddress, Exception> | innerInnerExceptions |
Properties
InnerInnerExceptions
Declaration
public Dictionary<IPAddress, Exception> InnerInnerExceptions { get; }
Property Value
Type | Description |
---|---|
Dictionary<IPAddress, Exception> |
Implements
System.Runtime.Serialization.ISerializable