 | FirmwareException Constructor |
Construction
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic FirmwareException(
string message,
Exception innerException,
FirmwareError error
)
Public Sub New (
message As String,
innerException As Exception,
error As FirmwareError
)
public:
FirmwareException(
String^ message,
Exception^ innerException,
FirmwareError^ error
)
new :
message : string *
innerException : Exception *
error : FirmwareError -> FirmwareException
Parameters
- message
- Type: SystemString
message - innerException
- Type: SystemException
inner exception - error
- Type: Huarui.STARLineFirmwareError
Firmware error
See Also