Click or drag to resize

ModuleOrderException Class

Exception indicates a problem when determining delpoyment order and uses-dependency checking.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.client.moduleModuleOrderException

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ModuleOrderException : Exception
Constructors
  NameDescription
Public methodModuleOrderException(String)
Ctor.
Protected methodModuleOrderException(SerializationInfo, StreamingContext)
Initializes a new instance of the ModuleOrderException class
Top
See Also