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 ObjectExceptionAdjustProcessPrivilegesException
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

public string HelpLink { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

InnerException

public Exception InnerException { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

String

NativeErrorCode

Gets the Win32 error code.

public uint NativeErrorCode { get; }

Property Value

UInt32

Source

public string Source { get; set; }

Property Value

String

StackTrace

public string StackTrace { get; }

Property Value

String

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase