Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SMTP_Reply( int replyCode, string replyLine )
Public Sub New ( replyCode As Integer, replyLine As String )
public: SMTP_Reply( int replyCode, String^ replyLine )
new : replyCode : int * replyLine : string -> SMTP_Reply
Exceptions
Exception | Condition |
---|---|
ArgumentException | Is raised when any of the arguments has invalid value. |
ArgumentNullException | Is raised when replyLine is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119