Click or drag to resize

NamingException Constructor (String)

Initializes a new instance of the NamingException class.

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public NamingException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also