C# Class cloudscribe.Core.Web.Middleware.MiddlewareExtensions

Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
UseCommonExceptionHandler ( this builder ) : IApplicationBuilder
UseCommonExceptionHandler ( this app, ExceptionHandlerOptions options ) : IApplicationBuilder

Method Details

UseCommonExceptionHandler() public static méthode

public static UseCommonExceptionHandler ( this builder ) : IApplicationBuilder
builder this
Résultat IApplicationBuilder

UseCommonExceptionHandler() public static méthode

public static UseCommonExceptionHandler ( this app, ExceptionHandlerOptions options ) : IApplicationBuilder
app this
options ExceptionHandlerOptions
Résultat IApplicationBuilder