WorkflowApplicationTerminatedException Konstruktoren

Definition

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse.

Überlädt

Name Beschreibung
WorkflowApplicationTerminatedException()

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse.

WorkflowApplicationTerminatedException(String)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme.

WorkflowApplicationTerminatedException(SerializationInfo, StreamingContext)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit den Kontext- und Serialisierungsinformationen, die zum Abrufen von Daten zu dieser Ausnahme aus einem serialisierten Datenstrom erforderlich sind.

WorkflowApplicationTerminatedException(String, Exception)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme und mit einer Ausnahme, die die Ursache der beendeten Ausnahme der Anwendung ist.

WorkflowApplicationTerminatedException(String, Guid)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme und mit einem eindeutigen Bezeichner dafür.

WorkflowApplicationTerminatedException(String, Guid, Exception)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme, einem eindeutigen Bezeichner dafür und einer Ausnahme, die die Ursache der aktuellen Ausnahme ist.

WorkflowApplicationTerminatedException()

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse.

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

Gilt für:

WorkflowApplicationTerminatedException(String)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme.

public:
 WorkflowApplicationTerminatedException(System::String ^ message);
public WorkflowApplicationTerminatedException(string message);
new System.Activities.WorkflowApplicationTerminatedException : string -> System.Activities.WorkflowApplicationTerminatedException
Public Sub New (message As String)

Parameter

message
String

Eine Beschreibung der Beendeten Ausnahme der Anwendung.

Gilt für:

WorkflowApplicationTerminatedException(SerializationInfo, StreamingContext)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit den Kontext- und Serialisierungsinformationen, die zum Abrufen von Daten zu dieser Ausnahme aus einem serialisierten Datenstrom erforderlich sind.

protected:
 WorkflowApplicationTerminatedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WorkflowApplicationTerminatedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Activities.WorkflowApplicationTerminatedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Activities.WorkflowApplicationTerminatedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Alle Informationen, die zum Serialisieren oder Deserialisieren des Anwendungs-Ausnahmeobjekts erforderlich sind.

context
StreamingContext

Die Quelle und das Ziel eines bestimmten serialisierten Datenstroms und eines zusätzlichen aufruferdefinierten Kontexts.

Gilt für:

WorkflowApplicationTerminatedException(String, Exception)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme und mit einer Ausnahme, die die Ursache der beendeten Ausnahme der Anwendung ist.

public:
 WorkflowApplicationTerminatedException(System::String ^ message, Exception ^ innerException);
public WorkflowApplicationTerminatedException(string message, Exception innerException);
new System.Activities.WorkflowApplicationTerminatedException : string * Exception -> System.Activities.WorkflowApplicationTerminatedException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Eine Beschreibung der Beendeten Ausnahme der Anwendung.

innerException
Exception

Eine Ausnahme, die eine kausale Beziehung zu der beendeten Anwendung aufweist. Die Beendete Ausnahme der Anwendung wird als Reaktion auf die innere Ausnahme ausgelöst und kann Informationen aus der inneren Ausnahme verwenden, um den Fehler besser zu behandeln.

Gilt für:

WorkflowApplicationTerminatedException(String, Guid)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme und mit einem eindeutigen Bezeichner dafür.

public:
 WorkflowApplicationTerminatedException(System::String ^ message, Guid instanceId);
public WorkflowApplicationTerminatedException(string message, Guid instanceId);
new System.Activities.WorkflowApplicationTerminatedException : string * Guid -> System.Activities.WorkflowApplicationTerminatedException
Public Sub New (message As String, instanceId As Guid)

Parameter

message
String

Eine Beschreibung der Beendeten Ausnahme der Anwendung.

instanceId
Guid

Ein global eindeutiger Bezeichner.

Gilt für:

WorkflowApplicationTerminatedException(String, Guid, Exception)

Erstellt eine neue Instanz der WorkflowApplicationTerminatedException Klasse mit einer Textzeichenfolgenbeschreibung der Ausnahme, einem eindeutigen Bezeichner dafür und einer Ausnahme, die die Ursache der aktuellen Ausnahme ist.

public:
 WorkflowApplicationTerminatedException(System::String ^ message, Guid instanceId, Exception ^ innerException);
public WorkflowApplicationTerminatedException(string message, Guid instanceId, Exception innerException);
new System.Activities.WorkflowApplicationTerminatedException : string * Guid * Exception -> System.Activities.WorkflowApplicationTerminatedException
Public Sub New (message As String, instanceId As Guid, innerException As Exception)

Parameter

message
String

Eine Beschreibung der Beendeten Ausnahme der Anwendung.

instanceId
Guid

Ein global eindeutiger Bezeichner.

innerException
Exception

Eine Ausnahme, die eine kausale Beziehung zu der beendeten Anwendung aufweist. Die Beendete Ausnahme der Anwendung wird als Reaktion auf die innere Ausnahme ausgelöst und kann Informationen aus der inneren Ausnahme verwenden, um den Fehler besser zu behandeln.

Gilt für: