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

Error handling. More...

Classes

class  CommunicationException
 The CommunicationException is an exception More...
 
class  ConfigurationException
 The ConfigurationException is an exception More...
 
class  DeviceException
 The DeviceException is an exception More...
 
class  InvalidMeasurementException
 The InvalidMeasurementException is an exception More...
 
class  MeasureException
 The exception is the super class for all exceptions in this extension. This exception will be used in case more specific exception types do not apply to the problem at hand. More...
 
class  ServicePreconditionException
 The ServicePreconditionException 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.