C# Class Renci.SshNet.Common.NetConfServerException

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

Public Methods

Method Description
NetConfServerException ( ) : System

Initializes a new instance of the NetConfServerException class.

NetConfServerException ( string message ) : System

Initializes a new instance of the NetConfServerException class.

NetConfServerException ( string message, Exception innerException ) : System

Initializes a new instance of the NetConfServerException class.

Protected Methods

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

Initializes a new instance of the SshAuthenticationException class.

Method Details

NetConfServerException() public method

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

NetConfServerException() protected method

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

NetConfServerException() public method

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

NetConfServerException() public method

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