Свойство | Тип | Описание | |
---|---|---|---|
ExceptionObj | Exception | ||
_logFile | string |
Метод | Описание | |
---|---|---|
ExceptionForm ( Exception E, bool Recoverable ) : System |
Constructor
|
|
ShowDbConnectError ( |
Displays a custom version of this form to display database connection errors
|
|
ShowDialog ( ) : DialogResult | ||
ShowDialog ( IWin32Window owner ) : DialogResult | ||
ShowDialog ( bool AppendExceptionMessage ) : DialogResult | ||
ShowTemplateError ( TemplateCompilationException E, string TemplateFile ) : DialogResult |
Displays a custom version of this form to display Razor template compile errors
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
buttonDetails_Click ( object sender, EventArgs e ) : void |
Expands / Hides the exception details panel
|
|
buttonViewLog_Click ( object sender, EventArgs e ) : void |
Opens the Trace Log in a text editor
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public ExceptionForm ( Exception E, bool Recoverable ) : System | ||
E | Exception | The exception object |
Recoverable | bool | Defines if the exception is recoverable |
Результат | System |
public static ShowDbConnectError ( |
||
e | ||
Результат | void |
public ShowDialog ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | |
Результат | DialogResult |
public ShowDialog ( bool AppendExceptionMessage ) : DialogResult | ||
AppendExceptionMessage | bool | |
Результат | DialogResult |
public static ShowTemplateError ( TemplateCompilationException E, string TemplateFile ) : DialogResult | ||
E | TemplateCompilationException | |
TemplateFile | string | |
Результат | DialogResult |