프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentPage | string | ||
CurrentRevision | long | ||
ListMakerText | string |
메소드 | 설명 | |
---|---|---|
HandleException ( |
Displays exception information. Should be called from try...catch handlers
|
|
MethodNames ( string stackTrace ) : string[] |
Returns names of functions in stack trace of an exception
|
|
Thrower ( |
Returns the name of our function where supposedly error resides; it's the last non-framework function in the stack
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ErrorHandler ( ) : System |
메소드 | 설명 | |
---|---|---|
ErrorHandler_Load ( object sender, |
||
HandleKnownExceptions ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCopy_Click ( object sender, |
||
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public static HandleException ( |
||
ex | Exception object to handle | |
리턴 | void |
public static MethodNames ( string stackTrace ) : string[] | ||
stackTrace | string | Exception's StackTrace |
리턴 | string[] |
public static Thrower ( |
||
ex | Exception to process | |
리턴 | string |