C# Класс System.Security.HostProtectionException

Наследование: SystemException
Показать файл Открыть проект

Открытые методы

Метод Описание
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