Show / Hide Table of Contents

Class RazerException

Serves as the base class for application-defined exceptions.

Inheritance
object
Exception
ApplicationException
RazerException
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.Razer
Assembly: RGB.NET.Devices.Razer.dll
Syntax
public sealed class RazerException : ApplicationException, ISerializable

Constructors

| Edit this page View Source

RazerException(RazerError)

Initializes a new instance of the RazerException class.

Declaration
public RazerException(RazerError errorCode)
Parameters
Type Name Description
RazerError errorCode

The error code provided by the SDK.

Properties

| Edit this page View Source

ErrorCode

Gets the error code provided by the SDK.

Declaration
public RazerError ErrorCode { get; }
Property Value
Type Description
RazerError

Implements

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