Class PreparedQueryNotFoundException
Inheritance
object
Exception
PreparedQueryNotFoundException
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 PreparedQueryNotFoundException : QueryValidationException, ISerializable
Constructors
PreparedQueryNotFoundException(string, byte[])
Declaration
public PreparedQueryNotFoundException(string message, byte[] unknownId)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
byte[] | unknownId |
Properties
UnknownId
Declaration
public byte[] UnknownId { get; }
Property Value
Type | Description |
---|---|
byte[] |
Implements
System.Runtime.Serialization.ISerializable