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

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

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

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

Initializes a new instance of the ScpException class.

ScpException ( string message ) : System

Initializes a new instance of the ScpException class.

ScpException ( string message, Exception innerException ) : System

Initializes a new instance of the ScpException class.

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

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

Initializes a new instance of the ScpException class.

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

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

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

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

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

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

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

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

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