PropertyNotImplementedException(String, 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,
	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

Version Information

.NET Standard

Supported in: 2.0

See Also