Represents the eml validation error information. More...
Inherits Object.
Public Member Functions | |
| int32_t | get_LineNumber () const |
| Gets a number of line where error was found. More... | |
| EmlValidationErrorType | get_ErrorType () const |
| Gets a type of error. More... | |
| System::String | get_ErrorMessage () const |
| Gets an error message. More... | |
| EmlValidationError () | |
| Initializes a new instance of the EmlValidationError class. More... | |
| EmlValidationError (EmlValidationErrorType errorType, int32_t lineNumber, System::String errorMessage) | |
| Initializes a new instance of the EmlValidationError class. More... | |
| System::SharedPtr< Tools::Verifications::MessageValidationError > | ToValidationError () |
Friends | |
| class | Aspose::Email::EmlValidator |
| class | Aspose::Email::Tools::Verifications::MessageValidator |
Represents the eml validation error information.
| Aspose::Email::EmlValidationError::EmlValidationError | ( | ) |
Initializes a new instance of the EmlValidationError class.
| Aspose::Email::EmlValidationError::EmlValidationError | ( | EmlValidationErrorType | errorType, |
| int32_t | lineNumber, | ||
| System::String | errorMessage | ||
| ) |
Initializes a new instance of the EmlValidationError class.
| errorType | A type of validation error. |
| lineNumber | A line number where error was found. |
| errorMessage | An error message. |
| System::String Aspose::Email::EmlValidationError::get_ErrorMessage | ( | ) | const |
Gets an error message.
| EmlValidationErrorType Aspose::Email::EmlValidationError::get_ErrorType | ( | ) | const |
Gets a type of error.
| int32_t Aspose::Email::EmlValidationError::get_LineNumber | ( | ) | const |
Gets a number of line where error was found.
| System::SharedPtr<Tools::Verifications::MessageValidationError> Aspose::Email::EmlValidationError::ToValidationError | ( | ) |
|
friend |
|
friend |