GraphSerializationSettings::ErrorHandler Event

 

Raised when an exception occurs during serialization.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
event EventHandler<GraphSerializationErrorEventArgs^>^ ErrorHandler {
	void add(EventHandler<GraphSerializationErrorEventArgs^>^ value);
	void remove(EventHandler<GraphSerializationErrorEventArgs^>^ value);
}
Return to top
Show: