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... | |
| System::Nullable< int32_t > | get_LineNumber () const |
| Gets a number of line where error was found. 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... | |
| MessageValidationError (MessageValidationErrorType errorType, System::String description, System::Nullable< int32_t > lineNumber) | |
| Initializes a new instance of the MessageValidationError class. More... | |
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. |
| Aspose::Email::Tools::Verifications::MessageValidationError::MessageValidationError | ( | MessageValidationErrorType | errorType, |
| System::String | description, | ||
| System::Nullable< int32_t > | lineNumber | ||
| ) |
Initializes a new instance of the MessageValidationError class.
| errorType | A type of validation error. |
| description | A description of error. |
| lineNumber | A line number where error was found. |
| 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.
| System::Nullable<int32_t> Aspose::Email::Tools::Verifications::MessageValidationError::get_LineNumber | ( | ) | const |
Gets a number of line where error was found.