OTX Reference  
OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Exceptions Namespace Reference

Error handling. More...

Classes

class  ConfigurationException
 The ConfigurationException is an exception More...
 
class  ExecuteException
 The ExecuteException is an exception More...
 
class  ExternalServiceProviderException
 The ExternalServiceProviderException is the super class for all provider exceptions. An ExternalServiceProviderException shall be used in case the more specific exception types described in the remainder of this section do not apply to the problem at hand. More...
 
class  ProviderDisposedException
 The ProviderDisposedException is an exception More...
 
class  ProviderServiceException
 The ProviderServiceException is an exception More...
 

Detailed Description

Error handling.

Exceptions are complex data types that are all based on the common Exception type. They contain text and stack trace information that cannot be changed after the exception has been created.