Click or drag to resize

PropertyNotImplementedException(String, String) Constructor

Create a new exception with the supplied message

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

Parameters

property  String
Property 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