Class DataAdapterException
The exception that is thrown when a DataAdapter operation is in an invalid state.
Inheritance
System.Object
System.Exception
DataAdapterException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
Namespace: Cuemon.Data
Assembly: Cuemon.Data.dll
Syntax
public class DataAdapterException : Exception
Constructors
| Improve this DocDataAdapterException()
Initializes a new instance of the DataAdapterException class.
Declaration
public DataAdapterException()
DataAdapterException(String)
Initializes a new instance of the DataAdapterException class.
Declaration
public DataAdapterException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
DataAdapterException(String, Exception)
Initializes a new instance of the DataAdapterException class.
Declaration
public DataAdapterException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
System.Exception | innerException | The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception. |