DataDrivenAdapterException Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a DDA exception.
public ref class DataDrivenAdapterException : Exception[System.Serializable]
public class DataDrivenAdapterException : Exception[<System.Serializable>]
type DataDrivenAdapterException = class
    inherit ExceptionPublic Class DataDrivenAdapterException
Inherits Exception- Inheritance
- 
				DataDrivenAdapterException
- Attributes
Constructors
| DataDrivenAdapterException() | Initializes a new instance of the DataDrivenAdapterException class. | 
| DataDrivenAdapterException(OperationType, String, Exception) | Initializes a new instance of the DataDrivenAdapterException class. | 
| DataDrivenAdapterException(OperationType, String, String) | Initilaizes a new instance of the DataDrivenAdapterException class. | 
| DataDrivenAdapterException(SerializationInfo, StreamingContext) | Initializes a new instance of the DataDrivenAdapterException class. | 
| DataDrivenAdapterException(String, Exception) | Initializes a new instance of the DataDrivenAdapterException class. | 
| DataDrivenAdapterException(String) | Initializes a new instance of the DataDrivenAdapterException class. |