Class DeviceException
Namespace: Belay.Core
Assembly: Belay.Core.dll
Simple exception for all device-related errors. Replaces complex exception hierarchy with single, focused exception type.
public class DeviceException : Exception, ISerializable
Inheritance
object ← Exception ← DeviceException
Implements
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.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Initializes a new instance of the class.
DeviceException(string, Exception)
Initializes a new instance of the class.