Click or drag to resize

PropertyNotImplementedException(String, Exception) Constructor

Create a new exception

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public PropertyNotImplementedException(
	string message,
	Exception inner
)

Parameters

message  String
Exception description
inner  Exception
Underlying exception that caused this exception to be thrown.
See Also