BluetoothServiceException
June 4, 2026 · View on GitHub
Namespace: Nefarius.Utilities.Bluetooth.Exceptions
Exception potentially thrown by HostRadio.
public sealed class BluetoothServiceException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → BluetoothServiceException
Implements ISerializable
Properties
Data
public IDictionary Data { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
Message
public string Message { get; }
Property Value
NativeErrorCode
Gets the Win32 error code.
public uint NativeErrorCode { get; }
Property Value
Source
public string Source { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
TargetSite
public MethodBase TargetSite { get; }