C# Class Pepino.Infrastructure.RestExceptions.NotImplementedExceptionRepackager

Inheritance: IExceptionRepackager
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
CanHandle ( Exception ex, string contentType ) : bool
Repackage ( Exception exception, Nancy.NancyContext context, string contentType ) : ErrorResponse

Method Details

CanHandle() public méthode

public CanHandle ( Exception ex, string contentType ) : bool
ex System.Exception
contentType string
Résultat bool

Repackage() public méthode

public Repackage ( Exception exception, Nancy.NancyContext context, string contentType ) : ErrorResponse
exception System.Exception
context Nancy.NancyContext
contentType string
Résultat ErrorResponse