GraphTransactionCanceledException Конструкторы

Определение

Перегрузки

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

Специальный конструктор, используемый только для десериализации.

GraphTransactionCanceledException(String, Exception)

GraphTransactionCanceledException()

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

Применяется к

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)

Параметры

message
String

Применяется к

GraphTransactionCanceledException(SerializationInfo, StreamingContext)

Специальный конструктор, используемый только для десериализации.

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)

Параметры

info
SerializationInfo

Сведения о сериализации, из которых требуется получить DGML для графа

context
StreamingContext

Не учитывается

Применяется к

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)

Параметры

message
String
inner
Exception

Применяется к