Data Port Sync 1.0.500

SyncException Constructor 

[This is preliminary documentation and subject to change.]

Initializes the exception object from a message and an optional lower-level exception.

[Visual Basic]
Public Sub New( _
   ByVal String As String, _
   ByVal Exception As Exception _
)
[C#]
public SyncException(
   String strMessage,
   Exception innerException
);

Parameters

String
Exception message.
Exception
Optional lower-level exception.

See Also

SyncException Class | Primeworks.DataPortSync Namespace