[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
This exception is thrown to indicate a problem with scheduling, such
as trying to add a scheduling callback that already existed or trying
to remove one that didn't exist.
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public NotInheritable Class ScheduleServiceException _ Inherits SystemException |
C# |
---|
[SerializableAttribute] public sealed class ScheduleServiceException : SystemException |
Visual C++ |
---|
[SerializableAttribute] public ref class ScheduleServiceException sealed : public SystemException |