Freigeben über


WorkflowManagementException-Konstruktor

 

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Überladungsliste

Name Beschreibung
System_CAPS_pubmethod WorkflowManagementException()

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_protmethod WorkflowManagementException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_pubmethod WorkflowManagementException(String)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

System_CAPS_pubmethod WorkflowManagementException(String, Exception)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Siehe auch

WorkflowManagementException-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang

WorkflowManagementException-Konstruktor ()

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Syntax

public WorkflowManagementException()
public:
WorkflowManagementException()
new : unit -> WorkflowManagementException
Public Sub New

Zurück zum Anfang

WorkflowManagementException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Syntax

protected WorkflowManagementException(
    SerializationInfo info,
    StreamingContext context
)
protected:
WorkflowManagementException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> WorkflowManagementException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameter

Zurück zum Anfang

WorkflowManagementException-Konstruktor (String)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Syntax

public WorkflowManagementException(
    string message
)
public:
WorkflowManagementException(
    String^ message
)
new : 
        message:string -> WorkflowManagementException
Public Sub New (
    message As String
)

Parameter

Zurück zum Anfang

WorkflowManagementException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der WorkflowManagementException-Klasse.

Syntax

public WorkflowManagementException(
    string message,
    Exception inner
)
public:
WorkflowManagementException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> WorkflowManagementException
Public Sub New (
    message As String,
    inner As Exception
)

Parameter

Zurück zum Anfang