C# 클래스 Elmah.ExceptionFilterEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
Dismiss ( ) : void
ExceptionFilterEventArgs ( Exception e, object context ) : System

메소드 상세

Dismiss() 공개 메소드

public Dismiss ( ) : void
리턴 void

ExceptionFilterEventArgs() 공개 메소드

public ExceptionFilterEventArgs ( Exception e, object context ) : System
e System.Exception
context object
리턴 System