MethodNotImplementedException Constructor

Overload List

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

See Also