ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Validation Namespace / ValidationReportException Class / ErrorCode Property

In This Topic
    ErrorCode Property (ValidationReportException)
    In This Topic
    Gets the error code associated with this exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As ValidationReportException.ErrorCodes
    public ValidationReportException.ErrorCodes ErrorCode {get;}

    Property Value

    An ValidationReportException.ErrorCodes value indicating the specific type of report validation error.
    See Also