Click or drag to resize

NotImplementedException(String, String, Exception) Constructor

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

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntax
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