MethodNotImplementedException Constructor (String, String) |
Create a new exception with the supplied message
Namespace:
ASCOM
Assembly:
ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic MethodNotImplementedException(
string method,
string message
)
Public Sub New (
method As String,
message As String
)
public:
MethodNotImplementedException(
String^ method,
String^ message
)
Parameters
- method
- Type: SystemString
Method name - message
- Type: SystemString
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