C# 클래스 Tests.FakeAirbrakeClient

상속: AirbrakeClient
파일 보기 프로젝트 열기: nhsevidence/SharpBrake.Mvc 1 사용 예제들

공개 메소드들

메소드 설명
FakeAirbrakeClient ( ) : System
Send ( AirbrakeNotice notice ) : void
Send ( Exception exception, string>.IEnumerable extraParams = null ) : void

메소드 상세

FakeAirbrakeClient() 공개 메소드

public FakeAirbrakeClient ( ) : System
리턴 System

Send() 공개 메소드

public Send ( AirbrakeNotice notice ) : void
notice SharpBrake.Mvc.Serialization.AirbrakeNotice
리턴 void

Send() 공개 메소드

public Send ( Exception exception, string>.IEnumerable extraParams = null ) : void
exception System.Exception
extraParams string>.IEnumerable
리턴 void