[]
        
(Showing Draft Content)

C1.WPF.Report.DataAccessException

DataAccessException Class

Exception that is thrown when a data access error occurs.

Inheritance
DataAccessException
Implements
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class DataAccessException : Exception, ISerializable

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.