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