OpenPetra
Free Administration Software for Non-Profits
|
Exception for errors that occur during initialization More...
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... | |
ESmtpSenderInitializeException (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... | |
Public Attributes | |
TSmtpErrorClassEnum | ErrorClass |
Indicates whether the exception was caused by server configuration data, or client-supplied data. More... | |
Exception for errors that occur during initialization
|
inline |
Creates a new instance of this exception.
|
inline |
Creates a new instance of this exception with the specified message.
AMessage | The message that describes the error. |
ErrorClass | Field specifying whether the exception was caused by server configuration data, or client-supplied data. Default TSmtpErrorClassEnum.secUnspecified |
|
inline |
Creates a new instance of this exception with the specified message and reference to the inner exception.
AMessage | The message that describes the error. |
AInnerException | The exception that caused this exception. |
ErrorClass | Field specifying whether the exception was caused by server configuration data, or client-supplied data. Default TSmtpErrorClassEnum.secUnspecified |
|
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).
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. |
|
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).
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. |
TSmtpErrorClassEnum Ict.Common.IO.ESmtpSenderInitializeException.ErrorClass |
Indicates whether the exception was caused by server configuration data, or client-supplied data.