LumiSoft Net Help
IMAP_ClientException Constructor (responseCode, responseText)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientExceptionIMAP_ClientException(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_ClientException(
	string responseCode,
	string responseText
)
Public Sub New ( 
	responseCode As String,
	responseText As String
)
public:
IMAP_ClientException(
	String^ responseCode, 
	String^ responseText
)
new : 
        responseCode : string * 
        responseText : string -> IMAP_ClientException
Parameters
responseCode (String)
IMAP response code(BAD,NO).
responseText (String)
Response text.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when responseCode or responseText is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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