GraphTransactionCanceledException Constructor (SerializationInfo^, StreamingContext)
Visual Studio 2015
Special constructor that is used for deserialization only.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
protected:
GraphTransactionCanceledException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
Serialization information from which to retrieve the DGML for the graph.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
Ignored.
Show: