GetDetailedMessages Method

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

Returns the array of error and warning messages.

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

Syntax

'Declaration
Public Function GetDetailedMessages As String()
'Usage
Dim instance As MappingException
Dim returnValue As String()

returnValue = instance.GetDetailedMessages()
public string[] GetDetailedMessages()
public:
array<String^>^ GetDetailedMessages()
public function GetDetailedMessages() : String[]

Return Value

Type: array<System..::.String>[]()[]
A string array with the error and warning messages.

Remarks

Gets the string array from the error and warning message collection.

Permissions

See Also

Reference

MappingException Class

MappingException Members

Microsoft.CommerceServer.Runtime.Orders Namespace