DefaultErrorResponse 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
DefaultErrorResponse() | |
DefaultErrorResponse(DefaultErrorResponseError) |
DefaultErrorResponse()
public DefaultErrorResponse ();
Public Sub New ()
Applies to
DefaultErrorResponse(DefaultErrorResponseError)
public DefaultErrorResponse (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DefaultErrorResponseError error = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DefaultErrorResponse : Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DefaultErrorResponseError -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DefaultErrorResponse
Public Sub New (Optional error As DefaultErrorResponseError = Nothing)