GraphTransactionCanceledException Constructors

Definition

Overloads

GraphTransactionCanceledException()
GraphTransactionCanceledException(String)
GraphTransactionCanceledException(SerializationInfo, StreamingContext)

Special constructor that is used for deserialization only.

GraphTransactionCanceledException(String, Exception)

GraphTransactionCanceledException()

public:
 GraphTransactionCanceledException();
public GraphTransactionCanceledException ();
Public Sub New ()

Applies to

GraphTransactionCanceledException(String)

public:
 GraphTransactionCanceledException(System::String ^ message);
public GraphTransactionCanceledException (string message);
new Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException : string -> Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException
Public Sub New (message As String)

Parameters

message
String

Applies to

GraphTransactionCanceledException(SerializationInfo, StreamingContext)

Special constructor that is used for deserialization only.

protected:
 GraphTransactionCanceledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected GraphTransactionCanceledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Serialization info from which to retrieve the DGML for the graph

context
StreamingContext

Ignored

Applies to

GraphTransactionCanceledException(String, Exception)

public:
 GraphTransactionCanceledException(System::String ^ message, Exception ^ inner);
public GraphTransactionCanceledException (string message, Exception inner);
new Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException : string * Exception -> Microsoft.VisualStudio.GraphModel.GraphTransactionCanceledException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to