[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This exception is thrown to indicate a problem in statement creation, such as syntax error or type
checking problem etc.
The following tables list the members exposed by the EPStatementException type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | ToString | (Inherited from Exception.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | EPStatementExceptionNew | Ctor. |
Public Properties
Name | Description | |
---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | Expression |
Gets or sets the expression text for statement.
|
![]() | HelpLink | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message |
Gets a message that describes the current exception.
(Overrides .Message.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |