WeaklyTypedPropertyTypeException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the WeaklyTypedPropertyTypeException class.
Overload List
Name | Description | |
---|---|---|
WeaklyTypedPropertyTypeException()()() | Initializes a new instance of the WeaklyTypedPropertyTypeException class. | |
WeaklyTypedPropertyTypeException(String) | Initializes a new instance of the WeaklyTypedPropertyTypeException class using the specified error message. | |
WeaklyTypedPropertyTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the WeaklyTypedPropertyTypeException class using the specified serialization information and streaming context. | |
WeaklyTypedPropertyTypeException(String, Exception) | Initializes a new instance of the WeaklyTypedPropertyTypeException class using the specified error message and inner exception. |
Top
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.
See Also
Reference
WeaklyTypedPropertyTypeException Class