QueryExecutionException 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
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.