AdjustProcessPrivilegesException
May 24, 2024 · View on GitHub
Namespace: Nefarius.Utilities.Bluetooth.Exceptions
Thrown when privilege adjustments failed.
public sealed class AdjustProcessPrivilegesException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → AdjustProcessPrivilegesException
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; }