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
Sealed class:
RT.Util.
RTSmtpException
Assembly:
RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Util
Show inherited types...
Inherits from:
System.Exception
object
Show implemented interfaces...
Implements:
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
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>
Conversation
Contains the SMTP conversation (protocol text sent back and forth) up to the point of the error.