C# Class PrivilegeClass.PrivilegeNotHeldException

Inheritance: System.UnauthorizedAccessException, ISerializable
Afficher le fichier Open project: ExtremeGTX/Androidx86-Installer-for-Windows

Méthodes publiques

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

Private Methods

Méthode Description
PrivilegeNotHeldException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

PrivilegeNotHeldException() public méthode

public PrivilegeNotHeldException ( ) : System
Résultat System

PrivilegeNotHeldException() public méthode

public PrivilegeNotHeldException ( string privilege ) : System
privilege string
Résultat System

PrivilegeNotHeldException() public méthode

public PrivilegeNotHeldException ( string privilege, Exception inner ) : System
privilege string
inner System.Exception
Résultat System