แชร์ผ่าน


CommandResultValue<T>.Error Property

Definition

Gets or sets the optional error, if the command result indicates a failure.

public Microsoft.Bot.Schema.Error Error { get; set; }
member this.Error : Microsoft.Bot.Schema.Error with get, set
Public Property Error As Error

Property Value

Error which occurred during processing of the command.

Applies to