GraphSerializationErrorEventArgs(Exception) Constructor
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.
Constructs a SerializationErrorEventArgs wrapping the given exception
public:
GraphSerializationErrorEventArgs(Exception ^ error);
public GraphSerializationErrorEventArgs (Exception error);
new Microsoft.VisualStudio.GraphModel.GraphSerializationErrorEventArgs : Exception -> Microsoft.VisualStudio.GraphModel.GraphSerializationErrorEventArgs
Public Sub New (error As Exception)
Parameters
- error
- Exception
The exception for this serialization error