Show / Hide Table of Contents

    Class AdditionalErrorInfo

    Inheritance
    Object
    AdditionalErrorInfo
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
    Syntax
    public class AdditionalErrorInfo

    Constructors

    AdditionalErrorInfo()

    Declaration
    public AdditionalErrorInfo ();

    Properties

    Info

    Declaration
    public Newtonsoft.Json.Linq.JObject Info { get; set; }
    Property Value
    JObject

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net