RecoverableErrorData-Konstruktor (Exception)

Initialisiert eine neue Instanz der RecoverableErrorData-Klasse, die die angegebene Ausnahme enthält, die den Fehler verursacht hat.

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
)
new : 
        exception:Exception -> RecoverableErrorData
public function RecoverableErrorData(
    exception : Exception
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

exception ist null Nothing nullptr unit ein NULL-Verweis (Nothing in Visual Basic) .

Siehe auch

Verweis

RecoverableErrorData Klasse

RecoverableErrorData-Member

RecoverableErrorData-Überladung

Microsoft.Synchronization-Namespace