C# Class Renci.SshNet.Common.SshException

Inheritance: System.Exception
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SshException ( ) : System

Initializes a new instance of the SshException class.

SshException ( string message ) : System

Initializes a new instance of the SshException class.

SshException ( string message, Exception inner ) : System

Initializes a new instance of the SshException class.

Protected Methods

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

Initializes a new instance of the SshException class.

Method Details

SshException() public method

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

SshException() protected method

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

SshException() public method

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

SshException() public method

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