GraphSerializationErrorEventArgs Constructor (Exception^)

 

Constructs a SerializationErrorEventArgs wrapping the given exception.

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

public:
GraphSerializationErrorEventArgs(
	Exception^ error
)

Parameters

error
Type: System::Exception^

The exception for this serialization error.

Return to top
Show: