Partager via


QueryExecutionException Constructors

Definition

Overloads

QueryExecutionException(String)

Initializes a new instance of the QueryExecutionException class.

QueryExecutionException(String, Exception)

Initializes a new instance of the QueryExecutionException class.

QueryExecutionException(String)

Initializes a new instance of the QueryExecutionException class.

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

Parameters

message
String

The error message.

Applies to

QueryExecutionException(String, Exception)

Initializes a new instance of the QueryExecutionException class.

public QueryExecutionException (string message, Exception? innerException);
new Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionException : string * Exception -> Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The error message.

innerException
Exception

An inner exception, if any.

Applies to