EventDeliveryFailedException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
解釋發生例外狀況原因的錯誤訊息。