Skip to main content
All docs
V25.1
  • AIExtensionsContainerDesktop.UnregisterAIExceptionHandler(AIExtensionsContainer) Method

    Unregisters the currently registered exception handler.

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.Desktop.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Desktop

    Declaration

    public static void UnregisterAIExceptionHandler(
        this AIExtensionsContainer container
    )

    Parameters

    Name Type Description
    container AIExtensionsContainer

    DevExpress.AIIntegration.AIExtensionsContainer

    Remarks

    Tip

    Refer to the following help topic for more information: AI Integration.

    See Also