Autodesk Vault ProfessionalVault API

CustomUIExceptionRegistration Property

Autodesk.DataManagement.Client.Framework.FormsLibrary

Gets the service used to register a Custom UI Exception Handler.

Syntax

public static ICustomUIExceptionRegistrationService CustomUIExceptionRegistration {get;}
Public Shared ReadOnly Property CustomUIExceptionRegistration As ICustomUIExceptionRegistrationService

Remarks

When Autodesk.DataManagement.Client.Framework.Forms.Library.ShowError(ex) is called, the framework will first check to see if there is Custom UI Handler for the specific error and if there is, then the framework will delegate to the handler for it to perform it's custom error handling logic

See Also