C# 클래스 System.Security.SecurityException

상속: System.SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ByteArrayToObject Object
CanAccessSensitiveInfo bool
GetObjectData void
GetResString string
MakeSecurityException System.Exception
ObjectToByteArray byte[]
SecurityException System.Security
SecurityException System.Security
ToString String
ToStringHelper void
getMethod System.Reflection.MethodInfo

공개 메소드들

메소드 설명
SecurityException ( ) : System.Security
SecurityException ( String message ) : System.Security
SecurityException ( String message, Exception inner ) : System.Security
SecurityException ( String message, Type type ) : System.Security
SecurityException ( String message, Type type, String state ) : System.Security
SecurityException ( string message, AssemblyName assemblyName, PermissionSet grant, PermissionSet refused, MethodInfo method, SecurityAction action, Object demanded, IPermission permThatFailed, Evidence evidence ) : System.Security
SecurityException ( string message, Object deny, Object permitOnly, MethodInfo method, Object demanded, IPermission permThatFailed ) : System.Security
ToString ( ) : String

보호된 메소드들

메소드 설명
SecurityException ( SerializationInfo info, StreamingContext context ) : System.Security

비공개 메소드들

메소드 설명
ByteArrayToObject ( byte array ) : Object
CanAccessSensitiveInfo ( ) : bool
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetResString ( string sResourceName ) : string
MakeSecurityException ( AssemblyName asmName, Evidence asmEvidence, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed ) : Exception
ObjectToByteArray ( Object obj ) : byte[]
SecurityException ( PermissionSet grantedSetObj, PermissionSet refusedSetObj ) : System.Security
SecurityException ( String message, PermissionSet grantedSetObj, PermissionSet refusedSetObj ) : System.Security
ToString ( bool includeSensitiveInfo, bool includeBaseInfo ) : String
ToStringHelper ( StringBuilder sb, String resourceString, Object attr ) : void
getMethod ( ) : MethodInfo

메소드 상세

SecurityException() 공개 메소드

public SecurityException ( ) : System.Security
리턴 System.Security

SecurityException() 보호된 메소드

protected SecurityException ( SerializationInfo info, StreamingContext context ) : System.Security
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( String message ) : System.Security
message String
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( String message, Exception inner ) : System.Security
message String
inner System.Exception
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( String message, Type type ) : System.Security
message String
type System.Type
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( String message, Type type, String state ) : System.Security
message String
type System.Type
state String
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( string message, AssemblyName assemblyName, PermissionSet grant, PermissionSet refused, MethodInfo method, SecurityAction action, Object demanded, IPermission permThatFailed, Evidence evidence ) : System.Security
message string
assemblyName System.Reflection.AssemblyName
grant PermissionSet
refused PermissionSet
method System.Reflection.MethodInfo
action SecurityAction
demanded Object
permThatFailed IPermission
evidence System.Security.Policy.Evidence
리턴 System.Security

SecurityException() 공개 메소드

public SecurityException ( string message, Object deny, Object permitOnly, MethodInfo method, Object demanded, IPermission permThatFailed ) : System.Security
message string
deny Object
permitOnly Object
method System.Reflection.MethodInfo
demanded Object
permThatFailed IPermission
리턴 System.Security

ToString() 공개 메소드

public ToString ( ) : String
리턴 String