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
显示文件 Open project: tellma-ltd/tellma

Public Methods

Method Description
ServiceException ( string message ) : System

Method Details

ServiceException() public method

public ServiceException ( string message ) : System
message string
return System