QueryFailureException Constructors

Definition

Overloads

QueryFailureException()
QueryFailureException(String)
QueryFailureException(String, Exception)

QueryFailureException()

public QueryFailureException ();
Public Sub New ()

Applies to

QueryFailureException(String)

public QueryFailureException (string message);
new Microsoft.Azure.Management.PolicyInsights_2018_04.Models.QueryFailureException : string -> Microsoft.Azure.Management.PolicyInsights_2018_04.Models.QueryFailureException
Public Sub New (message As String)

Parameters

message
String

Applies to

QueryFailureException(String, Exception)

public QueryFailureException (string message, Exception innerException);
new Microsoft.Azure.Management.PolicyInsights_2018_04.Models.QueryFailureException : string * Exception -> Microsoft.Azure.Management.PolicyInsights_2018_04.Models.QueryFailureException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to