RecoverableErrorData Class
Represents information about a recoverable error. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The RecoverableErrorData type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
![]() | ErrorDescription | Gets the description of the error. |
![]() | HResult | Gets the HRESULT that is associated with the error. An HRESULT is a coded numerical value that is assigned to a specific exception. |
![]() | ItemDisplayName | Gets the display name of the item that caused the error. |
Show:
