Click or drag to resize

SlavedException Class

This exception should be used to indicate that movement (or other invalid operation) was attempted while the device was in slaved mode. This applies primarily to domes drivers.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOMDriverException
      ASCOMSlavedException

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

The SlavedException type exposes the following members.

Constructors
 NameDescription
Public methodSlavedException Initializes a new instance of the SlavedException class.
Public methodSlavedException(Exception) Initializes a new instance of the SlavedException class with a caught (inner) exception.
Public methodSlavedException(String) Create a new exception
Public methodSlavedException(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: 0x80040409.

See Also