Class SshPassPhraseNullOrEmptyException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when pass phrase for key file is empty or null.
public class SshPassPhraseNullOrEmptyException : SshException, ISerializableInheritance
Implements
Inherited Members
Constructors
SshPassPhraseNullOrEmptyException()
Initializes a new instance of the Renci.SshNet.Common.SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException()SshPassPhraseNullOrEmptyException(string)
Initializes a new instance of the Renci.SshNet.Common.SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException(string message)Parameters
messagestring-
The message.
SshPassPhraseNullOrEmptyException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SshPassPhraseNullOrEmptyException class.
public SshPassPhraseNullOrEmptyException(string message, Exception innerException)