ActionResponse.Error(ActionResponse+Error, Int32) Constructor

Definition

Caution

Constructors of types with required members are not supported in this version of your compiler.

[System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)]
public Error(Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Error value, int statusCode = 400);
[<System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)>]
new Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Error : Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Error * int -> Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Error
Public Sub New (value As ActionResponse.Error, Optional statusCode As Integer = 400)

Parameters

statusCode
Int32
Attributes

Applies to