NotConnectedException Class |
Namespace: ASCOM
The NotConnectedException type exposes the following members.
Name | Description | |
---|---|---|
![]() | NotConnectedException |
Default public constructor for NotConnectedException takes no parameters.
|
![]() | NotConnectedException(Exception) |
Initializes a new instance of the NotConnectedException class
from another exception.
|
![]() | NotConnectedException(String) |
Initializes a new instance of the NotConnectedException class
with a non-default error message.
|
![]() | NotConnectedException(String, Exception) |
Initializes a new instance of the NotConnectedException class
based on another exception.
|
Name | Description | |
---|---|---|
![]() | Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException.) |
If you need to throw this error as a COM exception use the error number: 0x80040400.