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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET