C# Class NekoKun.Core.UnhandledExceptionDialog

Inheritance: NekoKun.UI.LynnForm
Mostra file Open project: NekoProject/NekoKun

Public Properties

Property Type Description
e System.Exception

Public Methods

Method Description
AddException ( object obj ) : void
AddException ( object obj, TreeNodeCollection parent ) : void
UnhandledExceptionDialog ( Exception e ) : System
treeObjects_SelectedItemChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

AddException() public method

public AddException ( object obj ) : void
obj object
return void

AddException() public method

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

Dispose() protected method

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

UnhandledExceptionDialog() public method

public UnhandledExceptionDialog ( Exception e ) : System
e System.Exception
return System

treeObjects_SelectedItemChanged() public method

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

Property Details

e public_oe property

public Exception,System e
return System.Exception