C# 클래스 IndexViewer.ExceptionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: JimmieOverby/IndexViewer

공개 메소드들

메소드 설명
ExceptionEventArgs ( Exception exception ) : System
ExceptionEventArgs ( Exception exception, object sender ) : System

메소드 상세

ExceptionEventArgs() 공개 메소드

public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception
리턴 System

ExceptionEventArgs() 공개 메소드

public ExceptionEventArgs ( Exception exception, object sender ) : System
exception System.Exception
sender object
리턴 System