|
interface | 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. More...
|
|
class | NamespaceDoc |
| The Caplin.Exceptions namespace provides definitions for exceptions raised by Caplin's .NET APIs. More...
|
|
class | RecoverableException |
| Base class for all exceptions that are propagated to the client implementation of Caplin.Exceptions.IExceptionHandler but do not indicate that the application has reached a terminal state and should be restarted. More...
|
|
class | SecurityPolicyFileNotFoundException |
| Exception thrown when Silverlight cannot download a clientaccesspolicy.xml or crossdomain.xml file from the target server. This can happen either when the server is down or when the server does not host either of the files required. More...
|
|