Class RGBDeviceException
Serves as the base class for application-defined exceptions.
Implements
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public class RGBDeviceException : ApplicationException, ISerializable
Constructors
| Edit this page View SourceRGBDeviceException(string, Exception?)
Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public RGBDeviceException(string message, Exception? innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. If the |