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 type of a weakly-typed property value set in a class mapped to storage is not compatible with the type of the column to which the value maps.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WeaklyTypedPropertyTypeException _
Inherits Exception
'Usage
Dim instance As WeaklyTypedPropertyTypeException
[SerializableAttribute]
public class WeaklyTypedPropertyTypeException : Exception
[SerializableAttribute]
public ref class WeaklyTypedPropertyTypeException : public Exception
public class WeaklyTypedPropertyTypeException extends Exception
Remarks
This exception is thrown when the type of a weakly-typed property value set in a class mapped to storage is not compatible with the type of the column to which the value maps.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Runtime.Orders..::.WeaklyTypedPropertyTypeException
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.