Show / Hide Table of Contents

Class CUEException

Serves as the base class for application-defined exceptions.

Inheritance
object
Exception
ApplicationException
CUEException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: RGB.NET.Devices.Corsair
Assembly: RGB.NET.Devices.Corsair.dll
Syntax
public sealed class CUEException : ApplicationException, ISerializable

Constructors

| Edit this page View Source

CUEException(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 Source

Error

Gets the CorsairError provided by CUE.

Declaration
public CorsairError Error { get; }
Property Value
Type Description
CorsairError

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX