GraphTransactionCanceledException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| GraphTransactionCanceledException() | |
| GraphTransactionCanceledException(String) | |
| GraphTransactionCanceledException(SerializationInfo, StreamingContext) |
Spezieller Konstruktor, der nur für die Deserialisierung verwendet wird. |
| GraphTransactionCanceledException(String, Exception) |
GraphTransactionCanceledException()
public:
GraphTransactionCanceledException();
public GraphTransactionCanceledException ();
Public Sub New ()
Gilt für
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)
Parameter
- message
- String
Gilt für
GraphTransactionCanceledException(SerializationInfo, StreamingContext)
Spezieller Konstruktor, der nur für die Deserialisierung verwendet wird.
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)
Parameter
- info
- SerializationInfo
Serialisierungsinformationen, aus denen die DGML für das Diagramm abgerufen werden soll
- context
- StreamingContext
Wird ignoriert.
Gilt für
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)
Parameter
- message
- String
- inner
- Exception