C# Класс Renci.SshNet.Common.ProxyException

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

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

Метод Описание
ProxyException ( ) : System

Initializes a new instance of the ScpException class.

ProxyException ( string message ) : System

Initializes a new instance of the ScpException class.

ProxyException ( string message, Exception innerException ) : System

Initializes a new instance of the ScpException class.

Защищенные методы

Метод Описание
ProxyException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ProxyException class.

Описание методов

ProxyException() публичный метод

Initializes a new instance of the ScpException class.
public ProxyException ( ) : System
Результат System

ProxyException() защищенный метод

Initializes a new instance of the ProxyException class.
The parameter is null. The class name is null or is zero (0).
protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System

ProxyException() публичный метод

Initializes a new instance of the ScpException class.
public ProxyException ( string message ) : System
message string The message.
Результат System

ProxyException() публичный метод

Initializes a new instance of the ScpException class.
public ProxyException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Результат System