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

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

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

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

Initializes a new instance of the SshPassPhraseNullOrEmptyException class.

SshPassPhraseNullOrEmptyException ( string message ) : System

Initializes a new instance of the SshPassPhraseNullOrEmptyException class.

SshPassPhraseNullOrEmptyException ( string message, Exception innerException ) : System

Initializes a new instance of the SshPassPhraseNullOrEmptyException class.

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

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

Initializes a new instance of the SshPassPhraseNullOrEmptyException class.

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

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

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

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

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

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

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

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

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