 | HardwareManagerNotInitializedException Constructor (String, Exception) |
Namespace:
LynceeTec.API.Hardware
Assembly:
LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.0.10313.0 , built 2022-11-01 12:35:55 UTC
Syntaxpublic HardwareManagerNotInitializedException(
string message,
Exception innerException
)
public:
HardwareManagerNotInitializedException(
String^ message,
Exception^ innerException
)
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also