Click or drag to resize

ConfigurationException Constructor (Exception)

Ctor - just an inner exception.

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

Parameters

cause
Type: SystemException
inner exception
See Also