C# 클래스 SharpRaven.Nancy.SentryRequestStartup

SharpRaven's IRequestStartup implementation. Used to register exception handling to the start of the error handling pipeline.
상속: IRequestStartup
파일 보기 프로젝트 열기: getsentry/raven-csharp

공개 메소드들

메소드 설명
Initialize ( IPipelines pipelines, Nancy.NancyContext context ) : void

Perform any initialisation tasks

SentryRequestStartup ( IRavenClient ravenClient ) : System

Initializes a new instance of the SentryRequestStartup class.

메소드 상세

Initialize() 공개 메소드

Perform any initialisation tasks
public Initialize ( IPipelines pipelines, Nancy.NancyContext context ) : void
pipelines IPipelines Application pipelines
context Nancy.NancyContext The current context
리턴 void

SentryRequestStartup() 공개 메소드

Initializes a new instance of the SentryRequestStartup class.
ravenClient
public SentryRequestStartup ( IRavenClient ravenClient ) : System
ravenClient IRavenClient The raven client.
리턴 System