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

Ctor for an inner exception and message.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	cause As Exception _
)
C#
public ConfigurationException (
	string message,
	Exception cause
)
Visual C++
public:
ConfigurationException (
	String^ message, 
	Exception^ cause
)

Parameters

message
System.String
error message
cause
System.Exception
inner exception