C# Class Tamir.SharpSsh.jsch.SftpException

Inheritance: System.Exception
Mostra file Open project: soywiz/csharputils

Public Properties

Property Type Description
Id int

Public Methods

Method Description
SftpException ( int Id, String Message, Exception innerException = null ) : System
ToString ( ) : String

Method Details

SftpException() public method

public SftpException ( int Id, String Message, Exception innerException = null ) : System
Id int
Message String
innerException System.Exception
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

Id public_oe property

public int Id
return int