Share via


GraphSerializationSettings.ErrorHandler Event

Definition

Raised when an exception happens during serialization.

public:
 event EventHandler<Microsoft::VisualStudio::GraphModel::GraphSerializationErrorEventArgs ^> ^ ErrorHandler;
public event EventHandler<Microsoft.VisualStudio.GraphModel.GraphSerializationErrorEventArgs> ErrorHandler;
member this.ErrorHandler : EventHandler<Microsoft.VisualStudio.GraphModel.GraphSerializationErrorEventArgs> 
Public Event ErrorHandler As EventHandler(Of GraphSerializationErrorEventArgs) 

Event Type

Applies to