Edit

JET_ERRINFOBASIC.ToString method

Generate a string representation of the instance.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As JET_ERRINFOBASIC
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
The structure as a string.

See also

Reference

JET_ERRINFOBASIC class

JET_ERRINFOBASIC members

Microsoft.Isam.Esent.Interop.Windows8 namespace