C# Class StarterKit.ApiExceptionMapper

Inheritance: ExceptionMapper
显示文件 Open project: digipolisantwerp/generator-dgp-api-aspnetcore_yeoman

Protected Methods

Method Description
Configure ( ) : void
CreateDefaultMap ( Error error, Exception exception ) : void

Method Details

Configure() protected method

protected Configure ( ) : void
return void

CreateDefaultMap() protected method

protected CreateDefaultMap ( Error error, Exception exception ) : void
error Error
exception System.Exception
return void