[]
        
(Showing Draft Content)

C1.WPF.FlexReport.DataAccessException

DataAccessException Class

Exception that is thrown when a data access error occurs.

Inheritance
DataAccessException
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class DataAccessException : Exception, ISerializable, _Exception

Constructors

Name Description
DataAccessException()

Initializes a new instance of the DataAccessException class.

DataAccessException(string)

Initializes a new instance of the DataAccessException class with a specified error message.

DataAccessException(string, Exception)

Initializes a new instance of the DataAccessException class with a specified error message and a reference to the inner exception that is the cause of this exception.