| 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. |
| NotImplementedException(String, String, Exception) | Create a not implemented exception using a provided member name, error message and inner exception |