OpenPetra
Free Administration Software for Non-Profits
Ict.Common.IO.ESmtpSenderInitializeException Class Reference

Exception for errors that occur during initialization More...

Inheritance diagram for Ict.Common.IO.ESmtpSenderInitializeException:
Ict.Common.IO.ESmtpSenderException Ict.Common.Exceptions.EOPAppException Ict.Common.Exceptions.EOPException

Public Member Functions

 ESmtpSenderInitializeException ()
 Creates a new instance of this exception. More...
 
 ESmtpSenderInitializeException (String AMessage, TSmtpErrorClassEnum ErrorClass=TSmtpErrorClassEnum.secUnspecified)
 Creates a new instance of this exception with the specified message. More...
 
 ESmtpSenderInitializeException (string AMessage, Exception AInnerException, TSmtpErrorClassEnum ErrorClass=TSmtpErrorClassEnum.secUnspecified)
 Creates a new instance of this exception with the specified message and reference to the inner exception. More...
 

Public Attributes

TSmtpErrorClassEnum ErrorClass
 Indicates whether the exception was caused by server configuration data, or client-supplied data. More...
 

Detailed Description

Exception for errors that occur during initialization

Constructor & Destructor Documentation

◆ ESmtpSenderInitializeException() [1/3]

Ict.Common.IO.ESmtpSenderInitializeException.ESmtpSenderInitializeException ( )
inline

Creates a new instance of this exception.

◆ ESmtpSenderInitializeException() [2/3]

Ict.Common.IO.ESmtpSenderInitializeException.ESmtpSenderInitializeException ( String  AMessage,
TSmtpErrorClassEnum  ErrorClass = TSmtpErrorClassEnum.secUnspecified 
)
inline

Creates a new instance of this exception with the specified message.

Parameters
AMessageThe message that describes the error.
ErrorClassField specifying whether the exception was caused by server configuration data, or client-supplied data. Default TSmtpErrorClassEnum.secUnspecified

◆ ESmtpSenderInitializeException() [3/3]

Ict.Common.IO.ESmtpSenderInitializeException.ESmtpSenderInitializeException ( string  AMessage,
Exception  AInnerException,
TSmtpErrorClassEnum  ErrorClass = TSmtpErrorClassEnum.secUnspecified 
)
inline

Creates a new instance of this exception with the specified message and reference to the inner exception.

Parameters
AMessageThe message that describes the error.
AInnerExceptionThe exception that caused this exception.
ErrorClassField specifying whether the exception was caused by server configuration data, or client-supplied data. Default TSmtpErrorClassEnum.secUnspecified

Member Data Documentation

◆ ErrorClass

TSmtpErrorClassEnum Ict.Common.IO.ESmtpSenderInitializeException.ErrorClass

Indicates whether the exception was caused by server configuration data, or client-supplied data.


The documentation for this class was generated from the following file: