Share via


GraphTransactionCanceledException Constructor (SerializationInfo, StreamingContext)

Special constructor that is used for deserialization only.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected GraphTransactionCanceledException(
    SerializationInfo info,
    StreamingContext context
)
protected:
GraphTransactionCanceledException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> GraphTransactionCanceledException
protected function GraphTransactionCanceledException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Type: SerializationInfo

    Serialization information from which to retrieve the DGML for the graph.

  • context
    Type: StreamingContext

    Ignored.

.NET Framework Security

See Also

Reference

GraphTransactionCanceledException Class

GraphTransactionCanceledException Overload

Microsoft.VisualStudio.GraphModel Namespace