QueryFailureError 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
QueryFailureError() |
Initializes a new instance of the QueryFailureError class. |
QueryFailureError(String, String) |
Initializes a new instance of the QueryFailureError class. |
QueryFailureError()
Initializes a new instance of the QueryFailureError class.
public QueryFailureError ();
Public Sub New ()
Applies to
QueryFailureError(String, String)
Initializes a new instance of the QueryFailureError class.
public QueryFailureError (string code = default, string message = default);
new Microsoft.Azure.Management.PolicyInsights.Models.QueryFailureError : string * string -> Microsoft.Azure.Management.PolicyInsights.Models.QueryFailureError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
Service specific error code which serves as the substatus for the HTTP error code.
- message
- String
Description of the error.
Applies to
Azure SDK for .NET