C# 클래스 Renci.SshNet.Common.SshConnectionException

상속: SshException
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
SshConnectionException ( ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System

Initializes a new instance of the SshConnectionException class.

보호된 메소드들

메소드 설명
SshConnectionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SshConnectionException class.

메소드 상세

SshConnectionException() 공개 메소드

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( ) : System
리턴 System

SshConnectionException() 보호된 메소드

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

SshConnectionException() 공개 메소드

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message ) : System
message string The message.
리턴 System

SshConnectionException() 공개 메소드

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
리턴 System

SshConnectionException() 공개 메소드

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
inner System.Exception The inner.
리턴 System