Compartir a través de


QueryExecutionException Constructors

Definition

Overloads

QueryExecutionException(String)

Initializes a new instance of the QueryExecutionException class.

QueryExecutionException(SerializationInfo, StreamingContext)

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(SerializationInfo, StreamingContext)

Initializes a new instance of the QueryExecutionException class.

protected QueryExecutionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

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