LumiSoft Net Help
SMTP_ClientException Constructor (replyLines)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientExceptionSMTP_ClientException(array<SMTP_t_ReplyLine>[]()[][])
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ArgumentNullExceptionIs raised when replyLines is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119