Freigeben über


GraphSerializationErrorEventArgs-Konstruktor

Erstellt ein SerializationErrorEventArgs, das die angegebenen Ausnahme umschließt.

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
)

Parameter

  • error
    Typ: Exception

    Die Ausnahme für diesen Serialisierungsfehler.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSerializationErrorEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace