次の方法で共有


ExceptionRule クラス

定義

特定のトリガーに対して実行するアクションを定義するルール。

public class ExceptionRule
type ExceptionRule = class
Public Class ExceptionRule
継承
ExceptionRule

コンストラクター

ExceptionRule(ExceptionTrigger, IDictionary<String,ExceptionAction>)

ExceptionRule の新しいインスタンスを初期化します。

プロパティ

Actions

例外がトリガーされた後に実行するアクションのディクショナリ コレクション。 キーは、各例外アクションの ID です。

Trigger

この例外ルールのトリガーは基底クラスであることに注意 ExceptionTrigger してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がWaitTimeExceptionTrigger含まれますQueueLengthExceptionTrigger

適用対象