Share via


WorkflowEndpointNotFoundException Constructor

 

Initializes a new instance of the WorkflowEndpointNotFoundException class.

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

Overload List

Name Description
System_CAPS_pubmethod WorkflowEndpointNotFoundException()

Initializes a new instance of the WorkflowEndpointNotFoundException class.

System_CAPS_protmethod WorkflowEndpointNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

System_CAPS_pubmethod WorkflowEndpointNotFoundException(String)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

System_CAPS_pubmethod WorkflowEndpointNotFoundException(String, Exception)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

See Also

WorkflowEndpointNotFoundException Class
Microsoft.Workflow.Client Namespace

Return to top

WorkflowEndpointNotFoundException Constructor ()

Initializes a new instance of the WorkflowEndpointNotFoundException class.

Syntax

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

Return to top

WorkflowEndpointNotFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

Syntax

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

Parameters

Return to top

WorkflowEndpointNotFoundException Constructor (String)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

Syntax

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

Parameters

Return to top

WorkflowEndpointNotFoundException Constructor (String, Exception)

Initializes a new instance of the WorkflowEndpointNotFoundException class.

Syntax

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

Parameters

Return to top