Click or drag to resize

PropertyNotImplementedException(String, Boolean, 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,
	bool accessorSet,
	string message
)

Parameters

property  String
Exception description
accessorSet  Boolean
Exception description
message  String
Exception description
Remarks
This overload applies the error message directly to the exception without interpreting it as is the case with other overloads
See Also