ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Persistence Namespace / PersistenceException Class / ErrorCode Property

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

    Property Value

    An PersistenceException.ErrorCodes value indicating the specific type of persistence error.
    See Also