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