NotImplementedException(String, String, Exception) Constructor

Create a not implemented exception using a provided member name, error message and inner exception

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
C#
public NotImplementedException(
	string memberName,
	string errorMessage,
	Exception innerException
)

Parameters

memberName  String
The member name that threw the exception
errorMessage  String
The error message
innerException  Exception
An optional inner exception or null.

See Also