MethodNotImplementedException Class |
Namespace: ASCOM
The MethodNotImplementedException type exposes the following members.
| Name | Description | |
|---|---|---|
| MethodNotImplementedException |
For Code Analysis, please don't use
| |
| MethodNotImplementedException(String) |
Create a new exception object and identify the specified driver method as the source.
| |
| MethodNotImplementedException(String, Exception) |
Create a new exception object and identify the specified driver method as the source,
and include an inner exception object containing a caught exception.
| |
| MethodNotImplementedException(String, String) |
Create a new exception with the supplied message
|
| Name | Description | |
|---|---|---|
| Method |
The method that is not implemented
| |
| Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException.) | |
| PropertyOrMethod |
The property/accessor or method that is not implemented
(Inherited from NotImplementedException.) |
If you need to throw this error as a COM exception use the error number: 0x80040400.