Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

An Unhandled Exception on the Current Circuit

You may see the following error message about an exception on the current circuit:

There was an unhandled exception on the current circuit, so this circuit will be terminated. For more information, turn on detailed exceptions in ‘CircuitOptions.DetailedErrors’.

To get more information about the error, add the following code to the Program.cs file:

CS
builder.Services.AddServerSideBlazor().AddCircuitOptions(options => { options.DetailedErrors = true; });