Autodesk Vault ProfessionalVault API

GetProvider Method

Autodesk.DataManagement.Client.Framework.Forms.ServicesICustomUIExceptionRegistrationService

Gets the Custom UI Exception Provider associated with the specified exception.

Syntax

ICustomUIExceptionProvider GetProvider(
   System.Exception ex
)
Function GetProvider( _
   ByVal ex As System.Exception _
) As ICustomUIExceptionProvider

Parameters

NameDescription
exThe exception to get a custom handler for.

Return Value

A custom provider associated with this exception, or null if there is not an associated handler.

See Also