C# 클래스 Hourglass.Managers.ErrorManager

Manages global errors.
상속: Hourglass.Managers.Manager
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass

공개 프로퍼티들

프로퍼티 타입 설명
Instance ErrorManager

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the class.

비공개 메소드들

메소드 설명
AppDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Invoked when an exception is not caught.

ErrorManager ( ) : System

Prevents a default instance of the ErrorManager class from being created.

GetErrorDumpPath ( System.DateTime dateTime ) : string

Returns the path for the error dump with the specified suffix.

TryCleanErrorDumps ( ) : bool

Tries to limit the number of error messages written to files in the temporary files folder to .

TryDumpError ( string errorMessage, string &dumpPath ) : bool

Tries to write an error message to a file in the temporary files folder.

메소드 상세

Initialize() 공개 메소드

Initializes the class.
public Initialize ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance of the ErrorManager class.
public static ErrorManager,Hourglass.Managers Instance
리턴 ErrorManager