PropertyNotImplementedException(String, Boolean, String) Constructor

Create a new exception with the supplied message

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
C#
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

Version Information

.NET Standard

Supported in: 2.0

See Also