Share via


EventDeliveryFailedException 建構函式

定義

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

多載

EventDeliveryFailedException()

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

EventDeliveryFailedException(String)

使用解釋例外狀況原因的錯誤訊息,初始化 EventDeliveryFailedException 類別的新執行個體。

EventDeliveryFailedException(String, Exception)

使用解釋例外狀況原因的錯誤訊息和導致此例外狀況的 EventDeliveryFailedException,初始化 Exception 類別的新執行個體。

EventDeliveryFailedException()

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

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

適用於

EventDeliveryFailedException(String)

使用解釋例外狀況原因的錯誤訊息,初始化 EventDeliveryFailedException 類別的新執行個體。

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

參數

message
String

解釋發生例外狀況原因的錯誤訊息。

適用於

EventDeliveryFailedException(String, Exception)

使用解釋例外狀況原因的錯誤訊息和導致此例外狀況的 EventDeliveryFailedException,初始化 Exception 類別的新執行個體。

public:
 EventDeliveryFailedException(System::String ^ message, Exception ^ innerException);
public EventDeliveryFailedException (string message, Exception innerException);
new System.Workflow.Activities.EventDeliveryFailedException : string * Exception -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String, innerException As Exception)

參數

message
String

解釋發生例外狀況原因的錯誤訊息。

innerException
Exception

導致這個例外狀況的 Exception

適用於