Click or drag to resize

ConfigurationException Constructor (String, Exception)

Ctor for an inner exception and message.

Namespace:  com.espertech.esper.common.client.configuration
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
error message
cause
Type: SystemException
inner exception
See Also