EsentInvalidColumnException class

Exception thrown when a column conversion fails.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentInvalidColumnException

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EsentInvalidColumnException _
    Inherits EsentException
'Usage
Dim instance As EsentInvalidColumnException
[SerializableAttribute]
public class EsentInvalidColumnException : EsentException

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EsentInvalidColumnException members

Microsoft.Isam.Esent.Interop namespace