1 instantiation of ConflictException
ExceptionHandlerSample (1)
StartupWithProblemDetails.cs (1)
39throwConflictApp.Run(_ => throw new ConflictException("Conflict Exception"));
1 reference to ConflictException
ExceptionHandlerSample (1)
StartupWithProblemDetails.cs (1)
32StatusCodeSelector = ex => ex is ConflictException