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 | |
---|---|---|
CatalogXmlValidationException()()() | Initializes a new instance of the CatalogXmlValidationException class. | |
CatalogXmlValidationException(String) | Initializes a new instance of the CatalogXmlValidationException class with the specified error message. | |
CatalogXmlValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the CatalogXmlValidationException class with the specified serialization and streaming context information. | |
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