NET SFTP Library
SftpException Constructor(Int32,String)






KellermanSoftware.NetSFtpLibrary.Implementation Namespace > SftpException Class > SftpException Constructor : SftpException Constructor(Int32,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal message As System.String _
)
'Usage
 
Dim id As System.Integer
Dim message As System.String
 
Dim instance As New SftpException(id, message)
public SftpException( 
   System.int id,
   System.string message
)
public SftpException( 
    id: System.Integer;
    message: System.String
); 
public function SftpException( 
   id : System.int,
   message : System.String
);
public: SftpException( 
   System.int id,
   System.string* message
)
public:
SftpException( 
   System.int id,
   System.String^ message
)

Parameters

id
message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SftpException Class
SftpException Members
Overload List