GraphSerializationSettings.ErrorHandler (Evento)

Se produce cuando se produce una excepción durante la serialización.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public Event ErrorHandler As EventHandler(Of GraphSerializationErrorEventArgs)
public event EventHandler<GraphSerializationErrorEventArgs> ErrorHandler
public:
 event EventHandler<GraphSerializationErrorEventArgs^>^ ErrorHandler {
    void add (EventHandler<GraphSerializationErrorEventArgs^>^ value);
    void remove (EventHandler<GraphSerializationErrorEventArgs^>^ value);
}
member ErrorHandler : IEvent<EventHandler<GraphSerializationErrorEventArgs>,
    GraphSerializationErrorEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

GraphSerializationSettings Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)