Share via


RecoverableErrorData Constructor (Int32)

Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    hresult As Integer _
)
'Usage
Dim hresult As Integer

Dim instance As New RecoverableErrorData(hresult)
public RecoverableErrorData(
    int hresult
)
public:
RecoverableErrorData(
    int hresult
)
new : 
        hresult:int -> RecoverableErrorData
public function RecoverableErrorData(
    hresult : int
)

Parameters

  • hresult
    Type: System.Int32
    The HRESULT that is associated with the error.

See Also

Reference

RecoverableErrorData Class

RecoverableErrorData Overload

Microsoft.Synchronization Namespace