ToString Method

Returns the description of the CommerceRuntimeException instance.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As CommerceRuntimeException
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override

Return Value

Type: System.String
Returns String.

Implements

_Exception.ToString()

See Also

Reference

CommerceRuntimeException Class

Microsoft.Dynamics.Commerce.Runtime Namespace