[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Persistence.PersistenceException.-ctor

PersistenceException Constructor

PersistenceException(ErrorCodes, string)

Initializes a new instance of the PersistenceException class.

Declaration
public PersistenceException(PersistenceException.ErrorCodes errorCode, string message)
Parameters
Type Name Description
PersistenceException.ErrorCodes errorCode

An PersistenceException.ErrorCodes value indicating the type of persistence error.

string message

A string value indicating the message that describes the error.