Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public FTP_ClientException( string responseLine )
Public Sub New ( responseLine As String )
public: FTP_ClientException( String^ responseLine )
new : responseLine : string -> FTP_ClientException
Parameters
- responseLine (String)
- FTP server response line.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when responseLine is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119