CatalogXmlValidationException Constructor

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

Initializes a new instance of the CatalogXmlValidationException class.

Overload List

  Name Description
ms988268.pubmethod(en-US,CS.70).gif CatalogXmlValidationException()()() Initializes a new instance of the CatalogXmlValidationException class.
ms988268.pubmethod(en-US,CS.70).gif CatalogXmlValidationException(String) Initializes a new instance of the CatalogXmlValidationException class with the specified error message.
ms988268.protmethod(en-US,CS.70).gif CatalogXmlValidationException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogXmlValidationException class with the specified serialization and streaming context information.
ms988268.pubmethod(en-US,CS.70).gif CatalogXmlValidationException(String, Exception) Initializes a new instance of the CatalogXmlValidationException class with the specified error message and inner exception that caused the current exception.

Top

Remarks

The exception that is thrown when validation of an XML file fails.

All catalog exceptions, including the CatalogXmlValidationException are derived from the CatalogException class. When an XML validation fails the CatalogXmlValidationException is thrown.

See Also

Reference

CatalogXmlValidationException Class

CatalogXmlValidationException Members

Microsoft.CommerceServer.Catalog Namespace