C# Class System.Security.AccessControl.PrivilegeNotHeldException

Inheritance: System.UnauthorizedAccessException, System.Runtime.Serialization.ISerializable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
PrivilegeNotHeldException ( )
PrivilegeNotHeldException ( string privilege )
PrivilegeNotHeldException ( string privilege, System inner )
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 SerializationInfo
context StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

PrivilegeNotHeldException() public méthode

PrivilegeNotHeldException() public méthode

public PrivilegeNotHeldException ( string privilege )
privilege string

PrivilegeNotHeldException() public méthode

public PrivilegeNotHeldException ( string privilege, System inner )
privilege string
inner System

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