Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.RTSmtpException

Summary

Encapsulates an error condition that occurred during an SMTP exchange.

Constructors

RTSmtpException(string message, List<string> conversation, Exception inner = null)
Constructor.

Instance properties

List<string>Contains the SMTP conversation (protocol text sent back and forth) up to the point of the error.