Click or drag to resize

HelperException Class

Base exception for the Utilities components
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      More

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
[SerializableAttribute]
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
See Also
Inheritance Hierarchy