Delen via


Chain.DefaultIfException Methode

Definitie

Overloads

DefaultIfException<T,E>(IDialog<T>)

Wanneer de antecedent IDialog<TResult> is voltooid, stopt u de doorgifte van een uitzondering van E.

DefaultIfException<T>(IDialog<T>)

Wanneer de antecedent IDialog<TResult> is voltooid, stopt u de doorgifte van uitzondering.

DefaultIfException<T,E>(IDialog<T>)

Bron:
Chain.cs

Wanneer de antecedent IDialog<TResult> is voltooid, stopt u de doorgifte van een uitzondering van E.

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> DefaultIfException<T,E> (this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent) where E : Exception;
static member DefaultIfException : Microsoft.Bot.Builder.Dialogs.IDialog<'T> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T> (requires 'E :> Exception)
<Extension()>
Public Function DefaultIfException(Of T, E) (antecedent As IDialog(Of T)) As IDialog(Of T)

Type parameters

T

Het type dat wordt geretourneerd door het antecedent-dialoogvenster.

E

Het type uitzondering om in te slikken.

Parameters

antecedent
IDialog<T>

Het antecedent-dialoogvenster IDialog<TResult>.

Retouren

IDialog<T>

De standaardwaarde van T als er een uitzondering van het type Eis.

Van toepassing op

DefaultIfException<T>(IDialog<T>)

Bron:
Chain.cs

Wanneer de antecedent IDialog<TResult> is voltooid, stopt u de doorgifte van uitzondering.

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> DefaultIfException<T> (this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent);
static member DefaultIfException : Microsoft.Bot.Builder.Dialogs.IDialog<'T> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T>
<Extension()>
Public Function DefaultIfException(Of T) (antecedent As IDialog(Of T)) As IDialog(Of T)

Type parameters

T

Het type dat wordt geretourneerd door het antecedent-dialoogvenster.

Parameters

antecedent
IDialog<T>

Het antecedent-dialoogvenster IDialog<TResult>.

Retouren

IDialog<T>

De standaardwaarde van T als er een uitzondering is.

Van toepassing op