QueryExecutionError<TEntity> Class
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.
Represents the error encountered in query execution. The error will be reported back in the query result.
public class QueryExecutionError<TEntity> : Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionErrorBase
type QueryExecutionError<'Entity> = class
inherit QueryExecutionErrorBase
Public Class QueryExecutionError(Of TEntity)
Inherits QueryExecutionErrorBase
Type Parameters
- TEntity
The type of the query entity data.
- Inheritance
Constructors
QueryExecutionError<TEntity>(TEntity, String) |
Properties
Entity |
Gets the entity that ran into error. |
Message |
Gets the error message. (Inherited from QueryExecutionErrorBase) |