Autodesk Vault ProfessionalVault API

ICustomUIExceptionProvider Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Interfaces

This interface allows it's implementor to provide custom error handling for a specific exception.

Syntax

public interface ICustomUIExceptionProvider 
Public Interface ICustomUIExceptionProvider 

Methods

NameDescription
HandleExceptionExecutes the custom handling for a specifc exception.

Returned By

Where you get a ICustomUIExceptionProvider — members that return one.

See Also