Partager via


GraphSerializer.ErrorHandler, événement

Ajoutez ce gestionnaire d'erreurs pour intercepter les exceptions de désérialisation et continuer. S'il n'y a aucun gestionnaire d'erreurs inscrit, le sérialiseur lèvera l'exception et s'arrêtera.

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

GraphSerializer Classe

Microsoft.VisualStudio.GraphModel, espace de noms