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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.