InvalidWorkflowException Konstruktoren

Definition

Erstellen Sie eine neue instance der InvalidWorkflowException -Klasse.

Überlädt

Name Beschreibung
InvalidWorkflowException()

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit Standardwerten.

InvalidWorkflowException(String)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit der angegebenen ungültigen Workflow-Ausnahmebeschreibung.

InvalidWorkflowException(SerializationInfo, StreamingContext)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit den angegebenen Serialisierungsinformationen und streamingkontext.

InvalidWorkflowException(String, Exception)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit der angegebenen ungültigen Workflow-Ausnahmebeschreibung und inneren Ausnahme.

InvalidWorkflowException()

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit Standardwerten.

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

Gilt für:

InvalidWorkflowException(String)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit der angegebenen ungültigen Workflow-Ausnahmebeschreibung.

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

Parameter

message
String

Eine Zeichenfolgenbeschreibung der Ausnahme.

Gilt für:

InvalidWorkflowException(SerializationInfo, StreamingContext)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit den angegebenen Serialisierungsinformationen und streamingkontext.

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

Parameter

info
SerializationInfo

Das SerializationInfo Objekt, das die serialisierten Objektdaten zu der ausgelösten Ausnahme enthält.

context
StreamingContext

Die Quelle und das Ziel des serialisierten Datenstroms.

Gilt für:

InvalidWorkflowException(String, Exception)

Erstellen Sie eine neue Instanz der InvalidWorkflowException Klasse mit der angegebenen ungültigen Workflow-Ausnahmebeschreibung und inneren Ausnahme.

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

Parameter

message
String

Eine Beschreibung der Ausnahme.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: