C# Class Granados.Poderosa.SFTP.SFTPClientException

Common exception class thrown by SFTPClient
Inheritance: System.Exception
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SFTPClientException ( string message ) : System

Constructor

SFTPClientException ( string message, Exception innerException ) : System

Constructor

Method Details

SFTPClientException() public method

Constructor
public SFTPClientException ( string message ) : System
message string exception message
return System

SFTPClientException() public method

Constructor
public SFTPClientException ( string message, Exception innerException ) : System
message string exception message
innerException System.Exception inner exception
return System