Share via


NotSupportedQueryExpressionException Constructors

Definition

Overloads

NotSupportedQueryExpressionException()

Initializes a new instance of the NotSupportedQueryExpressionException class.

NotSupportedQueryExpressionException(String)

Initializes a new instance of the NotSupportedQueryExpressionException class.

NotSupportedQueryExpressionException()

Initializes a new instance of the NotSupportedQueryExpressionException class.

public NotSupportedQueryExpressionException ();
Public Sub New ()

Applies to

NotSupportedQueryExpressionException(String)

Initializes a new instance of the NotSupportedQueryExpressionException class.

public NotSupportedQueryExpressionException (string message);
new Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException : string -> Microsoft.VisualStudio.ProjectSystem.Query.NotSupportedQueryExpressionException
Public Sub New (message As String)

Parameters

message
String

Applies to