GraphSerializationSettings.ErrorHandler Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)