Error-Eigenschaft

Ruft ein Exception-Objekt ab, das Metadaten über Ausnahmen enthält, die während der Synchronisierung aufgetreten sind.

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

Syntax

'Declaration
Public ReadOnly Property Error As Exception
    Get
'Usage
Dim instance As ApplyChangeFailedEventArgs
Dim value As Exception

value = instance.Error
public Exception Error { get; }
public:
property Exception^ Error {
    Exception^ get ();
}
member Error : Exception
function get Error () : Exception

Eigenschaftenwert

Typ: System. . :: . .Exception
Ein Exception-Objekt, das Metadaten über Ausnahmen enthält, die während der Synchronisierung aufgetreten sind.

Siehe auch

Verweis

ApplyChangeFailedEventArgs Klasse

ApplyChangeFailedEventArgs-Member

Microsoft.Synchronization.Data-Namespace