Class CUEException
Serves as the base class for application-defined exceptions.
Implements
Inherited Members
Namespace: RGB.NET.Devices.Corsair
Assembly: RGB.NET.Devices.Corsair.dll
Syntax
public sealed class CUEException : ApplicationException, ISerializable
Constructors
| Edit this page View SourceCUEException(CorsairError)
Initializes a new instance of the CUEException class.
Declaration
public CUEException(CorsairError error)
Parameters
Type | Name | Description |
---|---|---|
CorsairError | error | The CorsairError provided by CUE, which leads to this exception. |
Properties
| Edit this page View SourceError
Gets the CorsairError provided by CUE.
Declaration
public CorsairError Error { get; }
Property Value
Type | Description |
---|---|
CorsairError |