EsentInvalidColumnException.Message property
Gets a text message describing the exception.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As EsentInvalidColumnException
Dim value As String
value = instance.Message
public override string Message { get; }
Property value
Type: System.String
Implements
See also
Reference
EsentInvalidColumnException class