Click or drag to resize

ImapResponseException Constructor

Initializes new instance of ImapResponseException with serialized data.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
protected ImapResponseException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
Contextual information.
See Also