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

Inheritance: IExceptionHandler
Afficher le fichier Open project: quadio/amss-boilerplate

Méthodes publiques

Méthode Description
HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
HttpErrorExceptionHandler ( NameValueCollection collection ) : System

Private Methods

Méthode Description
FormatErrorMessage ( Exception exception, System.Guid handlingInstanceId ) : string

Method Details

HandleException() public méthode

public HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
exception System.Exception
handlingInstanceId System.Guid
Résultat System.Exception

HttpErrorExceptionHandler() public méthode

public HttpErrorExceptionHandler ( NameValueCollection collection ) : System
collection System.Collections.Specialized.NameValueCollection
Résultat System