Create a data access exception.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DataAccessException( Exception innerException )
Public Sub New ( _ innerException As Exception _ )
public: DataAccessException( Exception^ innerException )
Parameters
- innerException (Exception)