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() | |
ErrorResponse(String, String) |
ErrorResponse()
public ErrorResponse ();
Public Sub New ()
Applies to
ErrorResponse(String, String)
public ErrorResponse (string code = default, string message = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ErrorResponse : string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ErrorResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
- message
- String