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

適用対象