Class PreparedStatementIdMismatchException
This exception is thrown when the driver attempts to re-prepare a statement and the returned prepared statement's ID is different than the one on the existing PreparedStatement.
When this exception is thrown, it means that the PreparedStatement object with the ID that matches Id should not be used anymore.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse
Assembly: Dse.dll
Syntax
public class PreparedStatementIdMismatchException : DriverException, ISerializable
Constructors
PreparedStatementIdMismatchException(Byte[], Byte[])
Declaration
public PreparedStatementIdMismatchException(byte[] originalId, byte[] outputId)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | originalId | |
System.Byte[] | outputId |
Properties
Id
ID of the prepared statement that should not be used anymore.
Declaration
public byte[] Id { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Implements
System.Runtime.Serialization.ISerializable