Click or drag to resize

MethodNotImplementedException(String, String) Constructor

Create a new exception with the supplied message

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntax
public MethodNotImplementedException(
	string method,
	string message
)

Parameters

method  String
Method name
message  String
Exception description
Remarks
This overload applies the supplied message directly to the exception without interpreting it as is the case with other overloads
See Also