Share via


WorkflowNotFoundException Constructor

 

Initializes a new instance of the WorkflowNotFoundException class.

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

Overload List

Name Description
System_CAPS_pubmethod WorkflowNotFoundException()

Initializes a new instance of the WorkflowNotFoundException class.

System_CAPS_protmethod WorkflowNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the WorkflowNotFoundException class.

System_CAPS_pubmethod WorkflowNotFoundException(String)

Initializes a new instance of the WorkflowNotFoundException class.

System_CAPS_pubmethod WorkflowNotFoundException(String, Exception)

Initializes a new instance of the WorkflowNotFoundException class.

See Also

WorkflowNotFoundException Class
Microsoft.Workflow.Client Namespace

Return to top

WorkflowNotFoundException Constructor ()

Initializes a new instance of the WorkflowNotFoundException class.

Syntax

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

Return to top

WorkflowNotFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WorkflowNotFoundException class.

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
)

Parameters

Return to top

WorkflowNotFoundException Constructor (String)

Initializes a new instance of the WorkflowNotFoundException class.

Syntax

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

Parameters

Return to top

WorkflowNotFoundException Constructor (String, Exception)

Initializes a new instance of the WorkflowNotFoundException class.

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
)

Parameters

Return to top