Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SMTP_ClientException( string responseLine )
Public Sub New ( responseLine As String )
public: SMTP_ClientException( String^ responseLine )
new : responseLine : string -> SMTP_ClientException
Parameters
- responseLine (String)
- SMTP 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