Show / Hide Table of Contents

Class DeviceProviderException

Serves as the base class for application-defined exceptions.

Inheritance
object
Exception
ApplicationException
DeviceProviderException
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.Core
Assembly: RGB.NET.Core.dll
Syntax
public class DeviceProviderException : ApplicationException, ISerializable

Constructors

| Edit this page View Source

DeviceProviderException(Exception?, bool)

Initializes a new instance of the DeviceProviderException class.

Declaration
public DeviceProviderException(Exception? innerException, bool isCritical)
Parameters
Type Name Description
Exception innerException

The exception that is the casue of the current exception or null if this exception was thrown on purpose.

bool isCritical

A value indicating if the exception is critical and shouldn't be ignored.

Properties

| Edit this page View Source

IsCritical

Gets a bool indicating if the exception is critical and shouldn't be ingored.

Declaration
public bool IsCritical { get; }
Property Value
Type Description
bool

Implements

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