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 OrderFormMarshallingException
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OrderFormMarshallingException Class