Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the EsentIOException class.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Protected Sub New ( _
description As String, _
err As JET_err _
)
'Usage
Dim description As String
Dim err As JET_err
Dim instance As New EsentIOException(description, _
err)
protected EsentIOException(
string description,
JET_err err
)
Parameters
description
Type: System.StringThe description of the error.
err
Type: Microsoft.Isam.Esent.Interop.JET_errThe error code of the exception.