Autodesk Vault ProfessionalVault API

GetMessage Method

Autodesk.DataManagement.Client.Framework.InterfacesIExceptionParserProvider

Retrieves a textual description of the exception

Syntax

System.string GetMessage(
   System.Exception ex
)
Function GetMessage( _
   ByVal ex As System.Exception _
) As System.String

Parameters

NameDescription
exThe exception object to be parsed.

Return Value

The textual description of the exception. This should never be null or empty.

See Also