DataSource.NET
Caplin.Exceptions Namespace
NamespacesCaplin.Exceptions
The Caplin.Exceptions namespace provides definitions for exceptions raised by Caplin's .NET APIs.
Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.Exceptions
Namespace Caplin.Exceptions
namespace Caplin.Exceptions
Types
All TypesClassesInterfaces
IconTypeDescription
IExceptionHandler
Definition of the interface that receives exceptions generated by the Caplin library on its own threads. You should implement this interface to ensure that your application can handle such exceptions.

RecoverableException
Base class for all exceptions that are propagated to the client implementation of IExceptionHandler but do not indicate that the application has reached a terminal state and should be restarted.