Click or drag to resize

ParkedException Class

This exception should be used to indicate that movement (or other invalid operation) was attempted while the device was in a parked state.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOMDriverException
      ASCOMParkedException

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntax
[SerializableAttribute]
public class ParkedException : DriverException

The ParkedException type exposes the following members.

Constructors
 NameDescription
Public methodParkedException Initializes a new instance of the ParkedException class using default error text and error codes.
Public methodParkedException(Exception) Initializes a new instance of the ParkedException class with a caught (inner) exception.
Public methodParkedException(String) Create a new exception
Public methodParkedException(String, Exception) Create a new exception
Top
Properties
 NameDescription
Public propertyNumber The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException)
Top
Remarks

If you need to throw this error as a COM exception use the error number: 0x80040408.

See Also