Generic emailer exception
More...
|
| ESmtpSenderException () |
| Creates a new instance of this exception. More...
|
|
| ESmtpSenderException (String AMessage) |
| Creates a new instance of this exception with the specified message. More...
|
|
| ESmtpSenderException (string AMessage, Exception AInnerException) |
| Creates a new instance of this exception with the specified message and reference to the inner exception. More...
|
|
| ESmtpSenderException (SerializationInfo AInfo, StreamingContext AContext) |
| Initializes a new instance of this Exception Class with serialized data. Needed for Remoting and general serialization. More...
|
|
override void | GetObjectData (SerializationInfo AInfo, StreamingContext AContext) |
| Sets the SerializationInfo with information about this Exception. Needed for Remoting and general serialization. More...
|
|
Generic emailer exception
◆ ESmtpSenderException() [1/4]
Ict.Common.IO.ESmtpSenderException.ESmtpSenderException |
( |
| ) |
|
|
inline |
Creates a new instance of this exception.
◆ ESmtpSenderException() [2/4]
Ict.Common.IO.ESmtpSenderException.ESmtpSenderException |
( |
String |
AMessage | ) |
|
|
inline |
Creates a new instance of this exception with the specified message.
- Parameters
-
AMessage | The message that describes the error. |
◆ ESmtpSenderException() [3/4]
Ict.Common.IO.ESmtpSenderException.ESmtpSenderException |
( |
string |
AMessage, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Creates a new instance of this exception with the specified message and reference to the inner exception.
- Parameters
-
AMessage | The message that describes the error. |
AInnerException | The exception that caused this exception. |
◆ ESmtpSenderException() [4/4]
Ict.Common.IO.ESmtpSenderException.ESmtpSenderException |
( |
SerializationInfo |
AInfo, |
|
|
StreamingContext |
AContext |
|
) |
| |
|
inline |
Initializes a new instance of this Exception Class with serialized data. Needed for Remoting and general serialization.
Only to be used by the .NET Serialization system (eg within .NET Remoting).
- Parameters
-
AInfo | The SerializationInfo that holds the serialized object data about the Exception being thrown. |
AContext | The StreamingContext that contains contextual information about the source or destination. |
◆ GetObjectData()
override void Ict.Common.IO.ESmtpSenderException.GetObjectData |
( |
SerializationInfo |
AInfo, |
|
|
StreamingContext |
AContext |
|
) |
| |
|
inline |
Sets the SerializationInfo with information about this Exception. Needed for Remoting and general serialization.
Only to be used by the .NET Serialization system (eg within .NET Remoting).
- Parameters
-
AInfo | The SerializationInfo that holds the serialized object data about the Exception being thrown. |
AContext | The StreamingContext that contains contextual information about the source or destination. |
The documentation for this class was generated from the following file: