Status Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Status() |
Initializes a new instance of the Status class. |
Status(Nullable<Int32>, String, String) |
Initializes a new instance of the Status class. |
Status()
Initializes a new instance of the Status class.
public Status ();
Public Sub New ()
Applies to
Status(Nullable<Int32>, String, String)
Initializes a new instance of the Status class.
public Status (int? code = default, string description = default, string exception = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status : Nullable<int> * string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status
Public Sub New (Optional code As Nullable(Of Integer) = Nothing, Optional description As String = Nothing, Optional exception As String = Nothing)
Parameters
- description
- String
Status description.
- exception
- String
Exception status.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET