ErrorResponse 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
ErrorResponse() |
Initializes a new instance of the ErrorResponse class. |
ErrorResponse(String, String) |
Initializes a new instance of the ErrorResponse class with required arguments. |
ErrorResponse()
Initializes a new instance of the ErrorResponse class.
public ErrorResponse ();
Public Sub New ()
Applies to
ErrorResponse(String, String)
Initializes a new instance of the ErrorResponse class with required arguments.
public ErrorResponse (string code, string message);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ErrorResponse : string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ErrorResponse
Public Sub New (code As String, message As String)
Parameters
- code
- String
- message
- String