InvalidPropertyTypeException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an invalid property type is used.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidPropertyTypeException _
Inherits InvalidCatalogOperationException
'Usage
Dim instance As InvalidPropertyTypeException
[SerializableAttribute]
public class InvalidPropertyTypeException : InvalidCatalogOperationException
[SerializableAttribute]
public ref class InvalidPropertyTypeException : public InvalidCatalogOperationException
public class InvalidPropertyTypeException extends InvalidCatalogOperationException
Remarks
Represents property type errors that are not valid which occur during Catalog's executions. All catalog exceptions, including the InvalidPropertyTypeException are derived from the CatalogException class. (The InvalidCatalogOperationException is derived from the CatalogException class.) The InvalidPropertyTypeException is thrown because you have an invalid PropertyType.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.InvalidCatalogOperationException
Microsoft.CommerceServer.Catalog..::.InvalidPropertyTypeException
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.