Condividi tramite


QueryExecutionError<TEntity> Class

Definition

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
QueryExecutionError<TEntity>

Constructors

QueryExecutionError<TEntity>(TEntity, String)

Properties

Entity

Gets the entity that ran into error.

Message

Gets the error message.

(Inherited from QueryExecutionErrorBase)

Applies to