10.0.11 11 Aug 26
Toggle Dropdown
Compare to version...
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="Microsoft.Extensions.Hosting.Abstractions" Version ="10.0.11" />
Assemblies
Namespaces
Types
Microsoft.Extensions.Hosting.HostAbortedException
The exception that is thrown when an
IHost is stopped to indicate the Host is stopping gracefully. This exception should not be thrown or handled by user code.
namespace Microsoft .
Extensions .
Hosting
{
public sealed class HostAbortedException :
Exception
{
public HostAbortedException ();
public HostAbortedException (
string message );
public HostAbortedException (
string message ,
Exception innerException );
}
}