Jaa


PropertyConflictException Constructor (String)

Initializes a new instance of the PropertyConflictException class using the specified error message.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New PropertyConflictException(message)
public PropertyConflictException(
    string message
)
public:
PropertyConflictException(
    String^ message
)
public function PropertyConflictException(
    message : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

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).

Permissions

See Also

Reference

PropertyConflictException Class

PropertyConflictException Members

PropertyConflictException Overload

Microsoft.CommerceServer.Runtime.Orders Namespace