[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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 ASTWalkException (
	string message,
	Exception t
)
Visual C++
public:
ASTWalkException (
	String^ message, 
	Exception^ t
)

Parameters

message
System.String
is the error message
t
System.Exception
is the inner throwable