Share via


DetailedMessage Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the message which is generated by concatenating all error and warning messages.

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

Syntax

'Declaration
Public ReadOnly Property DetailedMessage As String
'Usage
Dim instance As MappingException
Dim value As String

value = instance.DetailedMessage
public string DetailedMessage { get; }
public:
property String^ DetailedMessage {
    String^ get ();
}
public function get DetailedMessage () : String

Property Value

Type: System..::.String
The message which is generated by concatenating all error and warning messages.

Remarks

Error and warning message within the collection are returned as a string.

Permissions

See Also

Reference

MappingException Class

MappingException Members

Microsoft.CommerceServer.Runtime.Orders Namespace