[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.eql.parse
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ t As Exception _ ) |
C# |
---|
public ASTFilterSpecValidationException ( string message, Exception t ) |
Visual C++ |
---|
public: ASTFilterSpecValidationException ( String^ message, Exception^ t ) |
Parameters
- message
- System.String
error message
- t
- System.Exception
inner throwable