LEDControlException Constructor

Default constructor for the LEDControlException class.

Syntax

C#
public LEDControlException(int NativeResult, string Message);

Parameters

NativeResult
A 32-bit value representing the fault incurred from the execution of a LEDControl method.

Message
A string describing the NativeResult.

More Information

LEDControlException Class