PropertyNotImplementedException Constructor (String, String) |
Create a new exception with the supplied message
Namespace:
ASCOM
Assembly:
ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic PropertyNotImplementedException(
string property,
string message
)
Public Sub New (
property As String,
message As String
)
public:
PropertyNotImplementedException(
String^ property,
String^ message
)
Parameters
- property
- Type: SystemString
Property name - message
- Type: SystemString
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