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.
Gets extended information about an error.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetErrorInfo ( _
error As JET_err, _
<OutAttribute> ByRef errinfo As JET_ERRINFOBASIC _
)
'Usage
Dim error As JET_err
Dim errinfo As JET_ERRINFOBASICWindows8Api.JetGetErrorInfo(error, errinfo)
public static void JetGetErrorInfo(
JET_err error,
out JET_ERRINFOBASIC errinfo
)
Parameters
error
Type: Microsoft.Isam.Esent.Interop.JET_errThe error code about which to retrieve information.
errinfo
Type: Microsoft.Isam.Esent.Interop.Windows8.JET_ERRINFOBASICInformation about the specified error code.