Click or drag to resize

PropertyNotImplementedException Constructor (String, Boolean, String)

Create a new exception with the supplied message

Namespace:  ASCOM
Assembly:  ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public PropertyNotImplementedException(
	string property,
	bool accessorSet,
	string message
)

Parameters

property
Type: SystemString
Exception description
accessorSet
Type: SystemBoolean
Exception description
message
Type: SystemString
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