MalformedDataSetException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the MalformedDataSetException class.
Overload List
Name | Description | |
---|---|---|
MalformedDataSetException()()() | Initializes a new instance of the MalformedDataSetException class. | |
MalformedDataSetException(String) | Initializes a new instance of the MalformedDataSetException class using the specified error message. | |
MalformedDataSetException(SerializationInfo, StreamingContext) | Initializes a new instance of the MalformedDataSetException class using the specified serialization information and streaming context. | |
MalformedDataSetException(String, Exception) | Initializes a new instance of the MalformedDataSetException class using the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The exception that is thrown when the data set supplied does not conform to the required database schema. It could be because of an incorrect number of data tables, name of a data table, number of columns, column name or column data type.
See Also
Reference
MalformedDataSetException Class