次の方法で共有


PublishNotificationErrorEventArgs クラス

 

パブリッシュ通知のエラー イベントにデータを提供します。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

継承階層

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationErrorEventArgs

構文

public class PublishNotificationErrorEventArgs : EventArgs
public ref class PublishNotificationErrorEventArgs : EventArgs
type PublishNotificationErrorEventArgs = 
    class
        inherit EventArgs
    end
Public Class PublishNotificationErrorEventArgs
    Inherits EventArgs

コンストラクター

名前 説明
System_CAPS_pubmethod PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean)

PublishNotificationErrorEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_pubproperty Address

パブリッシュ先のアドレスを取得または設定します。

System_CAPS_pubproperty Error

例外の原因となったエラーを取得または設定します。

System_CAPS_pubproperty Notification

パブリッシュする通知を取得または設定します。

System_CAPS_pubproperty WillBeRetried

パブリッシュ通知が回収されるかどうかを示す値を取得または設定します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_protmethod Finalize()

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_protmethod MemberwiseClone()

(Object から継承されました。)

System_CAPS_pubmethod ToString()

(Object から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Workflow.Client 名前空間

トップに戻る