Share via


GraphSerializationErrorEventArgs(Exception) Constructor

Definition

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

Applies to