Autodesk Vault ProfessionalVault API

GetTitle Method

Autodesk.DataManagement.Client.Framework.ServicesIExceptionParserService

Gets a caption to display in a dialog box for an exception.

Syntax

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

Parameters

NameDescription
exThe exception to parse.

Return Value

The caption to display in a dialog box.

See Also