Freigeben über


WorkflowNotFoundException-Konstruktor

 

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

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

Überladungsliste

Name Beschreibung
System_CAPS_pubmethod WorkflowNotFoundException()

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

System_CAPS_protmethod WorkflowNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

System_CAPS_pubmethod WorkflowNotFoundException(String)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

System_CAPS_pubmethod WorkflowNotFoundException(String, Exception)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

Siehe auch

WorkflowNotFoundException-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang

WorkflowNotFoundException-Konstruktor ()

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

Syntax

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

Zurück zum Anfang

WorkflowNotFoundException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

Syntax

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

Parameter

Zurück zum Anfang

WorkflowNotFoundException-Konstruktor (String)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

Syntax

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

Parameter

Zurück zum Anfang

WorkflowNotFoundException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der WorkflowNotFoundException-Klasse.

Syntax

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

Parameter

Zurück zum Anfang