ErrorResponseException.Body Property

Definition

Gets or sets the body object.

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

Property Value

The body.

Applies to