LogEntryInnerException Property |
Gets or sets the inner exception object.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Exception InnerException { get; set; }
Public Property InnerException As Exception
Get
Set
public:
property Exception^ InnerException {
Exception^ get ();
void set (Exception^ value);
}
member InnerException : Exception with get, set
Property Value
Type:
ExceptionSee Also