GraphTransactionCanceledException Constructor (SerializationInfo, StreamingContext)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Runtime.Serialization.SerializationInfoSerialization information from which to retrieve the DGML for the graph.
context
Type: System.Runtime.Serialization.StreamingContextIgnored.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GraphTransactionCanceledException Class