[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("6D6475A7-A6E0-4983-A4A8-EF7A8BCFFF1E")]
public class ActionNotImplementedException : NotImplementedException<SerializableAttribute>
<ComVisibleAttribute(true)>
<GuidAttribute("6D6475A7-A6E0-4983-A4A8-EF7A8BCFFF1E")>
Public Class ActionNotImplementedException
Inherits NotImplementedException| ActionNotImplementedException | For Code Analysis, please don't use |
| ActionNotImplementedException(String) | Create a new exception object and identify the specified driver method as the source. |
| ActionNotImplementedException(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. |
| Action | 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) |
| ErrorCode |
Extension method to get the Alpaca Error Code for an Exception. Returns UnspecifiedError if it cannot find a better code
(Defined by ExceptionHelpers) |