ValidationResultLastException Property |
The last error met in the validating process.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Exception LastException { get; set; }
Public Property LastException As Exception
Get
Set
public:
property Exception^ LastException {
Exception^ get ();
void set (Exception^ value);
}
member LastException : Exception with get, set
Property Value
Type:
Exception
See Also