C# Class System.Security.HostProtectionException

Inheritance: SystemException
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
HostProtectionException ( System info, System context )
HostProtectionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

HostProtectionException() public méthode

HostProtectionException() protected méthode

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

HostProtectionException() public méthode

public HostProtectionException ( string message )
message string

HostProtectionException() public méthode

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

HostProtectionException() public méthode

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

HostProtectionException() public méthode

public HostProtectionException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

HostProtectionException() protected méthode

protected HostProtectionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.Serialization

HostProtectionException() public méthode

public HostProtectionException ( string message ) : System.Runtime.Serialization
message string
Résultat System.Runtime.Serialization

HostProtectionException() public méthode

public HostProtectionException ( string message, Exception e ) : System.Runtime.Serialization
message string
e Exception
Résultat System.Runtime.Serialization

HostProtectionException() public méthode

public HostProtectionException ( string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources ) : System.Runtime.Serialization
message string
protectedResources HostProtectionResource
demandedResources HostProtectionResource
Résultat System.Runtime.Serialization

ToString() public méthode

public ToString ( ) : string
Résultat string