PropertyNotImplementedException(String, Boolean, String) Constructor |
Create a new exception with the supplied message
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
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 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
See Also