SlavedException(String, Exception) Constructor
Create a new exception
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.1.3+4851.c5da65c2b
public SlavedException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
SlavedException(
String^ message,
Exception^ inner
)
Parameters
- message String
- Exception description
- inner Exception
- Underlying exception that caused this exception to be thrown.