ExceptionRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。