Condividi tramite


QueryExecutionErrorBase Class

Definition

Base class representing the error encountered in query execution. The error will be reported back in the query result.

public abstract class QueryExecutionErrorBase
type QueryExecutionErrorBase = class
Public MustInherit Class QueryExecutionErrorBase
Inheritance
QueryExecutionErrorBase
Derived

Constructors

QueryExecutionErrorBase(IEntity, String)

Properties

Entity

Gets the entity that ran into error.

Message

Gets the error message.

Applies to