PropertyNotImplementedException(String, String) Constructor
Create a new exception with the supplied message
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
public PropertyNotImplementedException(
string property,
string message
)
Public Sub New (
property As String,
message As String
)
public:
PropertyNotImplementedException(
String^ property,
String^ message
)
Parameters
- property String
- Property name
- message String
- Exception description
This overload applies the supplied message directly to the exception without interpreting it as is the case with other overloads