C# 클래스 NekoKun.Core.UnhandledExceptionDialog

상속: NekoKun.UI.LynnForm
파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 프로퍼티들

프로퍼티 타입 설명
e System.Exception

공개 메소드들

메소드 설명
AddException ( object obj ) : void
AddException ( object obj, TreeNodeCollection parent ) : void
UnhandledExceptionDialog ( Exception e ) : System
treeObjects_SelectedItemChanged ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

메소드 상세

AddException() 공개 메소드

public AddException ( object obj ) : void
obj object
리턴 void

AddException() 공개 메소드

public AddException ( object obj, TreeNodeCollection parent ) : void
obj object
parent System.Windows.Forms.TreeNodeCollection
리턴 void

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

UnhandledExceptionDialog() 공개 메소드

public UnhandledExceptionDialog ( Exception e ) : System
e System.Exception
리턴 System

treeObjects_SelectedItemChanged() 공개 메소드

public treeObjects_SelectedItemChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

e 공개적으로 프로퍼티

public Exception,System e
리턴 System.Exception