RecoverableErrorData Constructor
Initializes a new instance of the RecoverableErrorData class.
Overload List
Name | Description |
---|---|
RecoverableErrorData (Exception) |
Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error.
|
RecoverableErrorData (Int32) |
Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error.
|
RecoverableErrorData (Exception, String, String) |
Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error, the display name of the item that caused the error, and a description of the error.
|
RecoverableErrorData (Int32, String, String) |
Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error, the display name of the item that caused the error, and a description of the error.
|
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace