Facilita.Exception NamespaceC# API
Contains exception classes that are thrown by the eggPlant Performance engine.
Classes

  ClassDescription
Public classBadValueException
The exception that is thrown when an input value is incorrect.
Public classContextTerminationException
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated. You should never catch this exception in your script code.
Public classFCException
An Exception thrown by the eggPlant Performance engine. All other eggPlant Performance exceptions are sub-classes of this type.
Public classNoSuchValueException
The exception that is thrown when a requested value does not exist.
Public classNotAllowedException
The exception that is thrown when an operation is not allowed.
Public classScriptContextTerminationException
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated. You should never catch this exception in your script code.