RecoverableErrorData-Konstruktor (Exception, String, String)

Initialisiert eine neue Instanz der RecoverableErrorData-Klasse, die die angegebene Ausnahme enthält, die den Fehler verursacht hat, den Anzeigenamen des Elements, das den Fehler verursacht hat, und eine Fehlerbeschreibung.

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

Syntax

'Declaration
Public Sub New ( _
    exception As Exception, _
    itemDisplayName As String, _
    errorDescription As String _
)
'Usage
Dim exception As Exception
Dim itemDisplayName As String
Dim errorDescription As String

Dim instance As New RecoverableErrorData(exception, _
    itemDisplayName, errorDescription)
public RecoverableErrorData(
    Exception exception,
    string itemDisplayName,
    string errorDescription
)
public:
RecoverableErrorData(
    Exception^ exception, 
    String^ itemDisplayName, 
    String^ errorDescription
)
new : 
        exception:Exception * 
        itemDisplayName:string * 
        errorDescription:string -> RecoverableErrorData
public function RecoverableErrorData(
    exception : Exception, 
    itemDisplayName : String, 
    errorDescription : String
)

Parameter

Siehe auch

Verweis

RecoverableErrorData Klasse

RecoverableErrorData-Member

RecoverableErrorData-Überladung

Microsoft.Synchronization-Namespace