Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when the object being serialized contains a property which cannot be serialized.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UnsupportedTypeException _
Inherits Exception
'Usage
Dim instance As UnsupportedTypeException
[SerializableAttribute]
public class UnsupportedTypeException : Exception
[SerializableAttribute]
public ref class UnsupportedTypeException : public Exception
public class UnsupportedTypeException extends Exception
Remarks
If any strongly typed property or a weakly typed property with an unsupported type is found, this exception is raised.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Orders..::.UnsupportedTypeException
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.