C# Class Tellma.Api.ServiceException

A generic exception similar to InvalidOperationException web controllers would translate this to a 400 bad request response and supply the exception message in the response body.
Inheritance: ReportableException
Afficher le fichier Open project: tellma-ltd/tellma

Méthodes publiques

Méthode Description
ServiceException ( string message ) : System

Method Details

ServiceException() public méthode

public ServiceException ( string message ) : System
message string
Résultat System