PropertyConflictException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PropertyConflictException class.
Overload List
Name | Description | |
---|---|---|
PropertyConflictException()()() | Initializes a new instance of the PropertyConflictException class. | |
PropertyConflictException(String) | Initializes a new instance of the PropertyConflictException class using the specified error message. | |
PropertyConflictException(SerializationInfo, StreamingContext) | Initializes a new instance of the PropertyConflictException class using the specified serialization information and streaming context. | |
PropertyConflictException(String, Exception) | Initializes a new instance of the PropertyConflictException class using the specified error message and inner exception. |
Top
Remarks
This exception is thrown when adding an item to a weakly-typed property indexer and a conflict is discovered with a strongly-typed property name or the name of a dictionary key that is mapped to a strongly-typed property name through the pipeline adapter mapping file (OrderPipelineMappings.xml in the default Commerce Server installation).
See Also
Reference
PropertyConflictException Class