次の方法で共有


ExceptionRule コンストラクター

定義

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

public ExceptionRule (Azure.Communication.JobRouter.ExceptionTrigger trigger, System.Collections.Generic.IDictionary<string,Azure.Communication.JobRouter.ExceptionAction?> actions);
new Azure.Communication.JobRouter.ExceptionRule : Azure.Communication.JobRouter.ExceptionTrigger * System.Collections.Generic.IDictionary<string, Azure.Communication.JobRouter.ExceptionAction> -> Azure.Communication.JobRouter.ExceptionRule
Public Sub New (trigger As ExceptionTrigger, actions As IDictionary(Of String, ExceptionAction))

パラメーター

trigger
ExceptionTrigger

この例外ルールのトリガー。

actions
IDictionary<String,ExceptionAction>

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

例外

trigger または actions が null です。

適用対象