DataException Constructor
.NET Framework (current version)
Initializes a new instance of the DataException class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataException() | Initializes a new instance of the DataException class. This is the default constructor. |
![]() | DataException(SerializationInfo^, StreamingContext) | Initializes a new instance of the DataException class with the specified serialization information and context. |
![]() | DataException(String^) | Initializes a new instance of the DataException class with the specified string. |
![]() | DataException(String^, Exception^) | Initializes a new instance of the DataException class with the specified string and inner exception. |
Show:

