共用方式為


WorkflowEndpointNotFoundException 建構函式

 

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

多載清單

名稱 描述
System_CAPS_pubmethod WorkflowEndpointNotFoundException()

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

System_CAPS_protmethod WorkflowEndpointNotFoundException(SerializationInfo, StreamingContext)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

System_CAPS_pubmethod WorkflowEndpointNotFoundException(String)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

System_CAPS_pubmethod WorkflowEndpointNotFoundException(String, Exception)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

請參閱

WorkflowEndpointNotFoundException 類別
Microsoft.Workflow.Client 命名空間

回到頁首

WorkflowEndpointNotFoundException 建構函式 ()

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

語法

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

回到頁首

WorkflowEndpointNotFoundException 建構函式 (SerializationInfo, StreamingContext)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

語法

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
)

參數

回到頁首

WorkflowEndpointNotFoundException 建構函式 (String)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

語法

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

參數

回到頁首

WorkflowEndpointNotFoundException 建構函式 (String, Exception)

初始化 WorkflowEndpointNotFoundException 類別的新執行個體。

語法

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
)

參數

回到頁首