GraphSerializationErrorEventArgs::Error Property

 

Gets the exception wrapped by this SerializationErrorEventArgs object.

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

public:
property Exception^ Error {
	Exception^ get();
}

Property Value

Type: System::Exception^

Returns Exception.

Return to top
Show: