C# Class Renci.SshNet.Common.SshAuthenticationException

Inheritance: SshException
显示文件 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SshAuthenticationException ( ) : System

Initializes a new instance of the SshAuthenticationException class.

SshAuthenticationException ( string message ) : System

Initializes a new instance of the SshAuthenticationException class.

SshAuthenticationException ( string message, Exception innerException ) : System

Initializes a new instance of the SshAuthenticationException class.

Protected Methods

Method Description
SshAuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SshAuthenticationException class.

Method Details

SshAuthenticationException() public method

Initializes a new instance of the SshAuthenticationException class.
public SshAuthenticationException ( ) : System
return System

SshAuthenticationException() protected method

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

SshAuthenticationException() public method

Initializes a new instance of the SshAuthenticationException class.
public SshAuthenticationException ( string message ) : System
message string The message.
return System

SshAuthenticationException() public method

Initializes a new instance of the SshAuthenticationException class.
public SshAuthenticationException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System