GraphSerializationErrorEventArgs Klasse

Definition

Diese Klasse wird verwendet, um Serialisierungsfehler zu kommunizieren, wenn der Aufrufer einen Handler an das Serialisierungsprogramm übergibt.

public ref class GraphSerializationErrorEventArgs : EventArgs
public class GraphSerializationErrorEventArgs : EventArgs
type GraphSerializationErrorEventArgs = class
    inherit EventArgs
Public Class GraphSerializationErrorEventArgs
Inherits EventArgs
Vererbung
GraphSerializationErrorEventArgs

Konstruktoren

GraphSerializationErrorEventArgs(Exception)

Erstellt ein serializationerroreventargs-Objekt, das die angegebene Ausnahme umwickelt.

Eigenschaften

Error

Ruft die Ausnahme ab, die von diesem serializationerroreventargs-Objekt umschließt wird.

Gilt für