RecoverableErrorData Constructor (Exception)
Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
exception As Exception _
)
'Usage
Dim exception As Exception
Dim instance As New RecoverableErrorData(exception)
public RecoverableErrorData (
Exception exception
)
public:
RecoverableErrorData (
Exception^ exception
)
public RecoverableErrorData (
Exception exception
)
public function RecoverableErrorData (
exception : Exception
)
Parameters
- exception
The exception that caused the error.
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace