WorkflowTerminatedException 建構函式

定義

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

多載

名稱 Description
WorkflowTerminatedException()

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

WorkflowTerminatedException(String)

初始化類別的新實例 WorkflowTerminatedException ,並以指定的錯誤訊息。

WorkflowTerminatedException(String, Exception)

初始化該類別的新實例WorkflowTerminatedException,並附上指定的錯誤訊息及對導致此Exception情況的內部Exception參考。

WorkflowTerminatedException()

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

public:
 WorkflowTerminatedException();
public WorkflowTerminatedException();
Public Sub New ()

適用於

WorkflowTerminatedException(String)

初始化類別的新實例 WorkflowTerminatedException ,並以指定的錯誤訊息。

public:
 WorkflowTerminatedException(System::String ^ message);
public WorkflowTerminatedException(string message);
new System.Workflow.ComponentModel.WorkflowTerminatedException : string -> System.Workflow.ComponentModel.WorkflowTerminatedException
Public Sub New (message As String)

參數

message
String

描述錯誤的訊息。

適用於

WorkflowTerminatedException(String, Exception)

初始化該類別的新實例WorkflowTerminatedException,並附上指定的錯誤訊息及對導致此Exception情況的內部Exception參考。

public:
 WorkflowTerminatedException(System::String ^ message, Exception ^ exception);
public WorkflowTerminatedException(string message, Exception exception);
new System.Workflow.ComponentModel.WorkflowTerminatedException : string * Exception -> System.Workflow.ComponentModel.WorkflowTerminatedException
Public Sub New (message As String, exception As Exception)

參數

message
String

描述錯誤的訊息。

exception
Exception

內在 Exception 的參考。

適用於