C# Class Sciensoft.Samples.Products.Web.Presentation.Middlewares.GlobalExceptionHandler

Inheritance: IExceptionHandler
ファイルを表示 Open project: alexz76/Sciensoft.Hateoas

Public Methods

Method Description
Handle ( HttpContext context, Exception ex ) : void

Method Details

Handle() public method

public Handle ( HttpContext context, Exception ex ) : void
context HttpContext
ex Exception
return void