[]
Exception that is thrown when a data access error occurs.
public class DataAccessException : Exception, ISerializable, _Exception
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. |