EntLibExtensions.ExceptionHandling

No summary available for this package.

Latest version published over 7 years ago
VersionReleasedDeprecated
1.0.2Mar 24, 2017
Nov 7, 2019
almost 5 years ago

Last updated on 19 January-2024, at 00:08 (UTC).

Got EOL?

Xeol can give you visibility into end-of-life (EOL) and deprecated packages across all your repositories. Try it out!

Description

Add extension method for ExceptionManager to support exception handling in async actions and functions. public static async Task<TResult>ProcessAsync<TResult>(this ExceptionManager exceptionManager, string policyName, Func<Task<TResult>> action, TResult defaultValue) public static async Task ProcessAsync(this ExceptionManager exceptionManager, string policyName, Func<Task> action) Add "ExceptionPolicyDefinitionFactory" class which is able to create default "ExceptionPolicyDefinition" for implementing exception shielding for component and support customization of it. 1. rethrow all exceptions derived from component base exception <typeparamref name="TBaseException"/> 2. rethrow <see cref="OperationCanceledException"/> 3. wrap generic exceptions to component specific exception <typeparamref name="TBaseException"/>

FAQs

> Is EntLibExtensions.ExceptionHandling Deprecated?

It appears there are some versions of EntLibExtensions.ExceptionHandling that are deprecated.

> What is the deprecation date for the latest version of EntLibExtensions.ExceptionHandling?

The latest version of EntLibExtensions.ExceptionHandling was released on Mar 24, 2017, and it is now deprecated.

> What does deprecated mean?

Deprecated means that the package was either marked as deprecated on the package registry, or that the source code repository for the package was archived.