C# 클래스 System.Security.HostProtectionException

상속: SystemException
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
HostProtectionException ( )
HostProtectionException ( string message )
HostProtectionException ( string message, System e )
HostProtectionException ( string message, System protectedResources, System demandedResources )
HostProtectionException ( ) : System.Runtime.Serialization
HostProtectionException ( string message ) : System.Runtime.Serialization
HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization
HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization
ToString ( ) : string

보호된 메소드들

메소드 설명
HostProtectionException ( System info, System context )
HostProtectionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

메소드 상세

HostProtectionException() 공개 메소드

HostProtectionException() 보호된 메소드

protected HostProtectionException ( System info, System context )
info System
context System

HostProtectionException() 공개 메소드

public HostProtectionException ( string message )
message string

HostProtectionException() 공개 메소드

public HostProtectionException ( string message, System e )
message string
e System

HostProtectionException() 공개 메소드

public HostProtectionException ( string message, System protectedResources, System demandedResources )
message string
protectedResources System
demandedResources System

HostProtectionException() 공개 메소드

public HostProtectionException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

HostProtectionException() 보호된 메소드

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

HostProtectionException() 공개 메소드

public HostProtectionException ( string message ) : System.Runtime.Serialization
message string
리턴 System.Runtime.Serialization

HostProtectionException() 공개 메소드

public HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization
message string
e Exception
리턴 System.Runtime.Serialization

HostProtectionException() 공개 메소드

public HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization
message string
protectedResources HostProtectionResource
demandedResources HostProtectionResource
리턴 System.Runtime.Serialization

ToString() 공개 메소드

public ToString ( ) : string
리턴 string