9 references to Throw
Microsoft.Extensions.Diagnostics.ExceptionSummarization (9)
ExceptionSummarizationBuilderExtensions.cs (1)
23
=>
Throw
.IfNull(builder).AddProvider<HttpExceptionSummaryProvider>();
ExceptionSummarizationServiceCollectionExtensions.cs (3)
25
_ =
Throw
.IfNull(services);
40
_ =
Throw
.IfNull(services);
41
_ =
Throw
.IfNull(configure);
ExceptionSummarizer.cs (1)
33
_ =
Throw
.IfNull(exception);
ExceptionSummary.cs (3)
31
ExceptionType =
Throw
.IfNullOrWhitespace(exceptionType);
32
Description =
Throw
.IfNullOrWhitespace(description);
33
AdditionalDetails =
Throw
.IfNull(additionalDetails);
HttpExceptionSummaryProvider.cs (1)
84
_ =
Throw
.IfNull(exception);