PropertyNotImplementedException(String, Exception) 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,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
PropertyNotImplementedException(
String^ message,
Exception^ inner
)
Parameters
- message String
- Exception description
- inner Exception
- Underlying exception that caused this exception to be thrown.
See Also