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 _
)
Parameters
-
String
- Exception message.
-
Exception
- Optional lower-level exception.
See Also
SyncException Class | Primeworks.DataPortSync Namespace