Class SshPassPhraseNullOrEmptyException
The exception that is thrown when pass phrase for key file is empty or null.
public class SshPassPhraseNullOrEmptyException : SshException, ISerializable
- Inheritance
-
SshPassPhraseNullOrEmptyException
- Implements
- Inherited Members
Constructors
SshPassPhraseNullOrEmptyException()
Initializes a new instance of the SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException()
SshPassPhraseNullOrEmptyException(string)
Initializes a new instance of the SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException(string message)
Parameters
message
stringThe message.
SshPassPhraseNullOrEmptyException(string, Exception)
Initializes a new instance of the SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException(string message, Exception innerException)