From b05e5603d977232be2ee6187e7165a046a19a661 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 8 Nov 2021 15:10:01 -0800 Subject: [PATCH] add new exceptions --- .../ISupportRequiredService.xml | 13 ++++++------- .../ServiceProviderServiceExtensions.xml | 4 ++++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml index 529ef52cf2d..cdec32a7693 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml @@ -19,8 +19,7 @@ - Optional contract used by - to resolve services if supported by . + Optional contract used by to resolve services if supported by . To be added. @@ -51,12 +50,12 @@ - An object that specifies the type of service object to get. - Gets service of type from the implementing - this interface. - A service object of type . - Throws an exception if the cannot create the object. + The type of service object to get. + Gets service of type from the that implements this interface. + A service object of type . Throws an exception if the cannot create the object. To be added. + + has already been disposed. diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml index db9be51cfd0..dd7d4eb8529 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml @@ -142,6 +142,8 @@ A service object of type . To be added. There is no service of type . + + has already been disposed. @@ -180,6 +182,8 @@ A service object of type . To be added. There is no service of type . + + has already been disposed.