MethodNotImplementedException(String, String) Constructor |
Create a new exception with the supplied message
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntaxpublic MethodNotImplementedException(
string method,
string message
)
Public Sub New (
method As String,
message As String
)
public:
MethodNotImplementedException(
String^ method,
String^ message
)
Parameters
- method String
- Method name
- message String
- Exception description
Remarks
This overload applies the supplied message directly to the exception without interpreting it as is the case with other overloads
See Also