C# Class System.Security.AccessControl.PrivilegeNotHeldException

Inheritance: System.UnauthorizedAccessException, System.Runtime.Serialization.ISerializable
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method 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

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

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

PrivilegeNotHeldException() public method

PrivilegeNotHeldException() public method

public PrivilegeNotHeldException ( string privilege )
privilege string

PrivilegeNotHeldException() public method

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

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