Autodesk Vault ProfessionalVault API

GetMessage Method

Autodesk.DataManagement.Client.Framework.ServicesIExceptionParserService

Gets descriptive text which describes the exception.

Syntax

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

Parameters

NameDescription
exThe exception to parse.

Return Value

The text which describes the exception.

See Also