C# Класс BF2Statistics.ExceptionForm

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
ExceptionObj Exception
_logFile string

Открытые методы

Метод Описание
ExceptionForm ( Exception E, bool Recoverable ) : System

Constructor

ShowDbConnectError ( DbConnectException e ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ExceptionForm() публичный Метод

Constructor
public ExceptionForm ( Exception E, bool Recoverable ) : System
E Exception The exception object
Recoverable bool Defines if the exception is recoverable
Результат System

ShowDbConnectError() публичный статический Метод

Displays a custom version of this form to display database connection errors
public static ShowDbConnectError ( DbConnectException e ) : void
e DbConnectException
Результат void

ShowDialog() публичный Метод

public ShowDialog ( ) : DialogResult
Результат DialogResult

ShowDialog() публичный Метод

public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window
Результат DialogResult

ShowDialog() публичный Метод

public ShowDialog ( bool AppendExceptionMessage ) : DialogResult
AppendExceptionMessage bool
Результат DialogResult

ShowTemplateError() публичный статический Метод

Displays a custom version of this form to display Razor template compile errors
public static ShowTemplateError ( TemplateCompilationException E, string TemplateFile ) : DialogResult
E TemplateCompilationException
TemplateFile string
Результат DialogResult

Описание свойств

ExceptionObj защищенное свойство

The exception
protected Exception ExceptionObj
Результат Exception

_logFile защищенное свойство

protected string _logFile
Результат string