C# Class PrivilegeClass.PrivilegeNotHeldException

Inheritance: System.UnauthorizedAccessException, ISerializable
显示文件 Open project: ExtremeGTX/Androidx86-Installer-for-Windows

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PrivilegeNotHeldException ( ) : System
PrivilegeNotHeldException ( string privilege ) : System
PrivilegeNotHeldException ( string privilege, Exception inner ) : System

Private Methods

Method Description
PrivilegeNotHeldException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

PrivilegeNotHeldException() public method

public PrivilegeNotHeldException ( ) : System
return System

PrivilegeNotHeldException() public method

public PrivilegeNotHeldException ( string privilege ) : System
privilege string
return System

PrivilegeNotHeldException() public method

public PrivilegeNotHeldException ( string privilege, Exception inner ) : System
privilege string
inner System.Exception
return System