Autodesk Vault ProfessionalVault API

ICustomUIExceptionRegistrationService Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Services

This service allows for the registration of custom ui handlers for certain exceptions.

Syntax

public interface ICustomUIExceptionRegistrationService 
Public Interface ICustomUIExceptionRegistrationService 

Methods

NameDescription
GetProviderGets the Custom UI Exception Provider associated with the specified exception.
RegisterProviderAssociates a Custom UI Exception Provider with a specific exception.

Returned By

Where you get a ICustomUIExceptionRegistrationService — members that return one.

See Also