Click or drag to resize

FirmwareException Constructor

Construction

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public FirmwareException(
	string message,
	Exception innerException,
	FirmwareError error
)

Parameters

message
Type: SystemString
message
innerException
Type: SystemException
inner exception
error
Type: Huarui.STARLineFirmwareError
Firmware error
See Also