Data Port Sync 1.0.500

OleDbException Constructor 

[This is preliminary documentation and subject to change.]

Creates an instance of the class.

[Visual Basic]
Public Sub New( _
   ByVal Int32 As Integer, _
   ByVal String As String _
)
[C#]
public OleDbException(
   Int32 hr,
   String strMessage
);

Parameters

Int32
HRESULT value of the error.
String
Exception message.

See Also

OleDbException Class | Primeworks.DataPortSync Namespace