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