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

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

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

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

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System

Initializes a new instance of the SshConnectionException class.

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

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

Initializes a new instance of the SshConnectionException class.

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

SshConnectionException() публичный Метод

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

SshConnectionException() защищенный Метод

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

SshConnectionException() публичный Метод

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

SshConnectionException() публичный Метод

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
Результат System

SshConnectionException() публичный Метод

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
inner System.Exception The inner.
Результат System