ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo Structure / Exception Property

In This Topic
    Exception Property (ErrorInfo)
    In This Topic
    Gets a value indicating the exception associated with the error, if any.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}

    Property Value

    An Exception object representing the error, or null if no exception is associated with this error.
    See Also