Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: RTSmtpException(string, List<string>, Exception)

Declaration

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

Summary

Constructor.

Parameters

stringmessage Error message.
List<string>conversation Contains the SMTP conversation (protocol text sent back and forth) up to the point of the error.
Exceptioninner Inner exception.