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