Share via


MalformedDataSetException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class MalformedDataSetException _
    Inherits Exception
'Usage
Dim instance As MalformedDataSetException
[SerializableAttribute]
public class MalformedDataSetException : Exception
[SerializableAttribute]
public ref class MalformedDataSetException : public Exception
public class MalformedDataSetException extends Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Orders..::.MalformedDataSetException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MalformedDataSetException Members

Microsoft.CommerceServer.Orders Namespace