Share via


GraphSerializationErrorEventArgs Constructor

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