Partager via


GraphSerializationSettings.ErrorHandler, événement

Déclenché lorsqu'une exception se produit pendant la sérialisation.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

GraphSerializationSettings Classe

Microsoft.VisualStudio.GraphModel, espace de noms