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
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public 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