C# 클래스 BF2Statistics.ExceptionForm

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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