[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Persistence.PersistenceException

PersistenceException Class

Represents an exception that throws during persistence operations.

Inheritance
PersistenceException
Implements
Namespace: GrapeCity.ActiveReports.Rdl.Persistence
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class PersistenceException : Exception, ISerializable

Constructors

Name Description
PersistenceException(ErrorCodes, string)

Initializes a new instance of the PersistenceException class.

Properties

Name Description
ErrorCode

Gets the error code associated with this exception.

Extension Methods