ErrorDefinition 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
ErrorDefinition() |
Initializes a new instance of the ErrorDefinition class. |
ErrorDefinition(String, String, IList<ErrorDefinition>) |
Initializes a new instance of the ErrorDefinition class. |
ErrorDefinition()
Initializes a new instance of the ErrorDefinition class.
public ErrorDefinition ();
Public Sub New ()
Applies to
ErrorDefinition(String, String, IList<ErrorDefinition>)
Initializes a new instance of the ErrorDefinition class.
public ErrorDefinition (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ErrorDefinition> details = default);
new Microsoft.Azure.Management.ResourceManager.Models.ErrorDefinition : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ErrorDefinition> -> Microsoft.Azure.Management.ResourceManager.Models.ErrorDefinition
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of ErrorDefinition) = Nothing)
Parameters
- code
- String
Service specific error code which serves as the substatus for the HTTP error code.
- message
- String
Description of the error.
- details
- IList<ErrorDefinition>
Internal error details.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET