Delen via


GraphSerializationErrorEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Constructs a SerializationErrorEventArgs wrapping the given exception.

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

Syntax

'Declaration
Public Sub New ( _
    error As Exception _
)
public GraphSerializationErrorEventArgs(
    Exception error
)
public:
GraphSerializationErrorEventArgs(
    Exception^ error
)
new : 
        error:Exception -> GraphSerializationErrorEventArgs
public function GraphSerializationErrorEventArgs(
    error : Exception
)

Parameters

.NET Framework Security

See Also

Reference

GraphSerializationErrorEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace