Show / Hide Table of Contents

    Class Status

    Inheritance
    Object
    Status
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class Status

    Constructors

    Status()

    Declaration
    public Status ();

    Status(Nullable<Int32>, String, String)

    Declaration
    public Status (Nullable<int> code = null, string description = null, string exception = null);
    Parameters
    Nullable<Int32> code

    String description

    String exception

    Properties

    Code

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Code")]
    public Nullable<int> Code { get; set; }
    Property Value
    Nullable<Int32>

    Description

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Description")]
    public string Description { get; set; }
    Property Value
    String

    Exception

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Exception")]
    public string Exception { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net