Class ColumnEncryptionInvalidTypeError
Exception that is thrown when the driver expects a 'blob' type from the server for an encrypted column but received something else.
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 ColumnEncryptionInvalidTypeError : DriverException, ISerializable
Constructors
ColumnEncryptionInvalidTypeError(string, ColumnTypeCode, object)
Declaration
public ColumnEncryptionInvalidTypeError(string column, ColumnTypeCode typeCode, object deserializedValue)
Parameters
Type | Name | Description |
---|---|---|
string | column | |
ColumnTypeCode | typeCode | |
object | deserializedValue |
Properties
ColumnName
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
string |
ColumnSchemaTypeCode
Declaration
public ColumnTypeCode ColumnSchemaTypeCode { get; }
Property Value
Type | Description |
---|---|
ColumnTypeCode |
DeserializedValue
Declaration
public object DeserializedValue { get; }
Property Value
Type | Description |
---|---|
object |
Implements
System.Runtime.Serialization.ISerializable