InvalidValueException(String, Exception) Constructor |
Create a new exception
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntaxpublic InvalidValueException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
InvalidValueException(
String^ message,
Exception^ inner
)
Parameters
- message String
- Exception description
- inner Exception
- The underlying exception that caused this exception to be thrown.
See Also