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()
public ErrorResponse();
Public Sub New ()
Applies to
ErrorResponse(String, String, String)
public ErrorResponse(string httpStatus = default, string errorCode = default, string errorMessage = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.ErrorResponse : string * string * string -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.ErrorResponse
Public Sub New (Optional httpStatus As String = Nothing, Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing)
Parameters
- httpStatus
- String
- errorCode
- String
- errorMessage
- String