C# Класс ExceptionFilter.Controllers.ErrorsController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( int id ) : HttpResponseMessage

Fetch a specific logged exception object by its identifier

Get ( ) : IEnumerable

Fetch all logged exception objects

GetError ( string causeerror ) : string

Cause an exception to happen

Описание методов

Get() публичный Метод

Fetch a specific logged exception object by its identifier
public Get ( int id ) : HttpResponseMessage
id int Logged exception identifier
Результат System.Net.Http.HttpResponseMessage

Get() публичный Метод

Fetch all logged exception objects
public Get ( ) : IEnumerable
Результат IEnumerable

GetError() публичный Метод

Cause an exception to happen
public GetError ( string causeerror ) : string
causeerror string Add a query string 'causerror'
Результат string