ErrorBody 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
ErrorBody() |
Initializes a new instance of the ErrorBody class. |
ErrorBody(String, String) |
Initializes a new instance of the ErrorBody class. |
ErrorBody()
Initializes a new instance of the ErrorBody class.
public ErrorBody ();
Public Sub New ()
Applies to
ErrorBody(String, String)
Initializes a new instance of the ErrorBody class.
public ErrorBody (string code, string message);
new Microsoft.Azure.Management.CognitiveServices.Models.ErrorBody : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.ErrorBody
Public Sub New (code As String, message As String)
Parameters
- code
- System.String
error code
- message
- System.String
error message