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.

Remarks

This can return a generic message like "Error", but it can also return a more detailed message like "File Access Error" where the GetMessage(ex) would return more specific details about the error

See Also