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
例外の原因を説明するエラー メッセージ。
適用対象
.NET