Represents the message validation error information. More...
Inherits Object.
Public Member Functions | |
| MessageValidationErrorType | get_ErrorType () const |
| Gets a type of error. More... | |
| System::String | get_Description () const |
| Gets an error description. More... | |
| MessageValidationError () | |
| Initializes a new instance of the MessageValidationError class. More... | |
| MessageValidationError (MessageValidationErrorType errorType, System::String description) | |
| Initializes a new instance of the MessageValidationError class. More... | |
Friends | |
| class | Aspose::Email::EmlValidationError |
| class | Aspose::Email::Tools::Verifications::MessageValidator |
Represents the message validation error information.
| Aspose::Email::Tools::Verifications::MessageValidationError::MessageValidationError | ( | ) |
Initializes a new instance of the MessageValidationError class.
| Aspose::Email::Tools::Verifications::MessageValidationError::MessageValidationError | ( | MessageValidationErrorType | errorType, |
| System::String | description | ||
| ) |
Initializes a new instance of the MessageValidationError class.
| errorType | A type of validation error. |
| description | A description of error. |
| System::String Aspose::Email::Tools::Verifications::MessageValidationError::get_Description | ( | ) | const |
Gets an error description.
| MessageValidationErrorType Aspose::Email::Tools::Verifications::MessageValidationError::get_ErrorType | ( | ) | const |
Gets a type of error.
|
friend |
|
friend |