Sdílet prostřednictvím


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
Aa511828.pubmethod(en-US,CS.70).gif PropertyConflictException()()() Initializes a new instance of the PropertyConflictException class.
Aa511828.pubmethod(en-US,CS.70).gif PropertyConflictException(String) Initializes a new instance of the PropertyConflictException class using the specified error message.
Aa511828.protmethod(en-US,CS.70).gif PropertyConflictException(SerializationInfo, StreamingContext) Initializes a new instance of the PropertyConflictException class using the specified serialization information and streaming context.
Aa511828.pubmethod(en-US,CS.70).gif 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

PropertyConflictException Members

Microsoft.CommerceServer.Runtime.Orders Namespace