CustomUIExceptionRegistration Property
Gets the service used to register a Custom UI Exception Handler.
Syntax
public static ICustomUIExceptionRegistrationService CustomUIExceptionRegistration {get;}Public Shared ReadOnly Property CustomUIExceptionRegistration As ICustomUIExceptionRegistrationServiceRemarks
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