WorkflowTerminatedException 建構函式

定義

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

多載

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 參考。

適用於