PropertyNotImplementedException(String) Constructor |
Create a new exception
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic PropertyNotImplementedException(
string message
)
Public Sub New (
message As String
)
public:
PropertyNotImplementedException(
String^ message
)
Parameters
- message String
- Exception description
See Also