שתף באמצעות


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
ms989425.pubmethod(en-US,CS.70).gif MalformedDataSetException()()() Initializes a new instance of the MalformedDataSetException class.
ms989425.pubmethod(en-US,CS.70).gif MalformedDataSetException(String) Initializes a new instance of the MalformedDataSetException class using the specified error message.
ms989425.protmethod(en-US,CS.70).gif MalformedDataSetException(SerializationInfo, StreamingContext) Initializes a new instance of the MalformedDataSetException class using the specified serialization information and streaming context.
ms989425.pubmethod(en-US,CS.70).gif 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

MalformedDataSetException Members

Microsoft.CommerceServer.Orders Namespace