ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Persistence Namespace / PersistanceException Class / PersistanceException Constructor

In This Topic
    PersistanceException Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal errorCode As PersistanceException.ErrorCodes, _
       ByVal message As String _
    )
    public PersistanceException( 
       PersistanceException.ErrorCodes errorCode,
       string message
    )

    Parameters

    errorCode
    message
    See Also