Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SMTP_ClientException( SMTP_t_ReplyLine[] replyLines )
Public Sub New ( replyLines As SMTP_t_ReplyLine() )
public: SMTP_ClientException( array<SMTP_t_ReplyLine^>^ replyLines )
new : replyLines : SMTP_t_ReplyLine[] -> SMTP_ClientException
Parameters
- replyLines (array<SMTP_t_ReplyLine>[]()[][])
- SMTP server error reply lines.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when replyLines is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119