RecoverableErrorData Constructor (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.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: RecoverableErrorData( int hresult, String^ itemDisplayName, String^ errorDescription )
Parameters
- hresult
- Type: System::Int32
The HRESULT that is associated with the error.
- itemDisplayName
- Type: System::String
The display name of the item that caused the error.
- errorDescription
- Type: System::String
The description of the error.
Show: