DataSource.NET
Caplin.Exceptions Namespace
NamespacesCaplin.Exceptions
The Caplin.Exception namespace provides definitions for exceptions raise 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.

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.