Class QueryExecutionException
Exception related to the execution of a query. This correspond to the exception that Cassandra throw when a (valid) query cannot be executed (TimeoutException, UnavailableException, ...).
Inheritance
object
Exception
QueryExecutionException
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 abstract class QueryExecutionException : QueryValidationException, ISerializable
Constructors
QueryExecutionException(string, Exception)
Declaration
public QueryExecutionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
QueryExecutionException(string)
Declaration
public QueryExecutionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Implements
System.Runtime.Serialization.ISerializable