C# 클래스 PrivilegeClass.PrivilegeNotHeldException

상속: System.UnauthorizedAccessException, ISerializable
파일 보기 프로젝트 열기: ExtremeGTX/Androidx86-Installer-for-Windows

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PrivilegeNotHeldException ( ) : System
PrivilegeNotHeldException ( string privilege ) : System
PrivilegeNotHeldException ( string privilege, Exception inner ) : System

비공개 메소드들

메소드 설명
PrivilegeNotHeldException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

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

PrivilegeNotHeldException() 공개 메소드

public PrivilegeNotHeldException ( ) : System
리턴 System

PrivilegeNotHeldException() 공개 메소드

public PrivilegeNotHeldException ( string privilege ) : System
privilege string
리턴 System

PrivilegeNotHeldException() 공개 메소드

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