Not |
The NotImplementedException type exposes the following members.
Name | Description | |
---|---|---|
![]() | NotImplementedException | Added to keep Code analysis happy, please don't use it. |
![]() | NotImplementedException(String) | Create a new exception object and identify the specified driver property or method as the source. |
![]() | NotImplementedException(String, Exception) | Create a new exception object and identify the specified driver property as the source, and include an inner exception object containing a caught exception. |
Name | Description | |
---|---|---|
![]() | Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException) |
![]() | PropertyOrMethod | The property/accessor or method that is not implemented |
Name | Description | |
---|---|---|
![]() | ErrorCode |
Extension method to get the Alpaca Error Code for an Exception. Returns UnspecifiedError if it cannot find a better code
(Defined by ExceptionHelpers) |
If you need to throw this error as a COM exception use the error number: 0x80040400.