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.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class ParkedException : DriverException
Inheritance
Object    Exception    DriverException    ParkedException

Remarks

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

Constructors

ParkedException Initializes a new instance of the ParkedException class using default error text and error codes.
ParkedException(Exception) Initializes a new instance of the ParkedException class with a caught (inner) exception.
ParkedException(String) Create a new exception
ParkedException(String, Exception) Create a new exception

Properties

Number The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException)

See Also