C# Class Renci.SshNet.Common.ProxyException

Inheritance: SshException
显示文件 Open project: checkymander/sshiva Class Usage Examples

Public Methods

Method Description
ProxyException ( ) : System

Initializes a new instance of the ScpException class.

ProxyException ( string message ) : System

Initializes a new instance of the ScpException class.

ProxyException ( string message, Exception innerException ) : System

Initializes a new instance of the ScpException class.

Protected Methods

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

Initializes a new instance of the ProxyException class.

Method Details

ProxyException() public method

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

ProxyException() protected method

Initializes a new instance of the ProxyException class.
The parameter is null. The class name is null or is zero (0).
protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System

ProxyException() public method

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

ProxyException() public method

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