ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationEntry Class / Exception Property

In This Topic
    Exception Property (ValidationEntry)
    In This Topic
    Gets a System.Exception object that is thrown if the severity level is an error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}
    See Also