Click or drag to resize

HelperException Class

General exception for use within Tools components.
Inheritance Hierarchy

Namespace: ASCOM
Assembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public class HelperException : Exception

The HelperException type exposes the following members.

Constructors
 NameDescription
Public methodHelperException(String) Create a new exception with message
Public methodHelperException(SerializationInfo, StreamingContext) Serialise the exception
Public methodHelperException(String, Exception) Create a new exception with message and inner exception
Top
Extension Methods
 NameDescription
Public Extension MethodErrorCode Extension method to get the Alpaca Error Code for an Exception. Returns UnspecifiedError if it cannot find a better code
(Defined by ExceptionHelpers)
Top
See Also