All types
|
All members
RT.Util
RT.KitchenSink.Drawing
RT.KitchenSink.Fonts
RT.Util
Desktop
Lock
Notifier
Form
Emailer
Global
Keyboard
Listener
Global
Key
Event
Args
Global
Key
Event
Handler
Modifier
Keys
State
RTSmtp
Client
RTSmtp
Exception
RTSmtp
Exception
(
message
,
conversation
,
inner
)
Conversation
RTSmtp
Settings
Smtp
Encryption
Ut
Win
RT.Util.Controls
RT.Util.Drawing
RT.Util.ExtensionMethods
RT.Util.Forms
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Constructor:
RTSmtpException
(
string
,
List<string>
,
Exception
)
Declared in:
RT.Util.
RTSmtpException
Declaration
public
RTSmtpException
(
string
message
,
List<string>
conversation
,
Exception
inner
= null
)
Summary
Constructor.
Parameters
string
message
Error message.
List<string>
conversation
Contains the SMTP conversation (protocol text sent back and forth) up to the point of the error.
Exception
inner
Inner exception.