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

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

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

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

Initializes a new instance of the SshException class.

SshException ( string message ) : System

Initializes a new instance of the SshException class.

SshException ( string message, Exception inner ) : System

Initializes a new instance of the SshException class.

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

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

Initializes a new instance of the SshException class.

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

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

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

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

Initializes a new instance of the SshException class.
The parameter is null. The class name is null or is zero (0).
protected SshException ( 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

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

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

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

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