C# 클래스 ExceptionFilter.Controllers.ErrorsController

상속: ApiController
파일 보기 프로젝트 열기: peteratseneca/dps907fall2013

공개 메소드들

메소드 설명
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