C# Class Amss.Boilerplate.Api.Configuration.ApiContainerExtension.HttpErrorExceptionHandler

Inheritance: IExceptionHandler
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

Method Description
HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
HttpErrorExceptionHandler ( NameValueCollection collection ) : System

Private Methods

Method Description
FormatErrorMessage ( Exception exception, System.Guid handlingInstanceId ) : string

Method Details

HandleException() public method

public HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
exception System.Exception
handlingInstanceId System.Guid
return System.Exception

HttpErrorExceptionHandler() public method

public HttpErrorExceptionHandler ( NameValueCollection collection ) : System
collection System.Collections.Specialized.NameValueCollection
return System