C# Class ZuneSocialTagger.GUI.Shared.ExceptionLogger

Class to log unhandled exceptions
ファイルを表示 Open project: leetreveil/Zune-Social-Tagger

Public Methods

Method Description
LogException ( Exception exception ) : string

Private Methods

Method Description
GetExceptionCallStack ( Exception e ) : string
GetExceptionMessageStack ( Exception e ) : string
GetExceptionTypeStack ( Exception e ) : string
GetSystemUpTime ( ) : System.TimeSpan
GlobalMemoryStatusEx ( [ lpBuffer ) : bool

Method Details

LogException() public static method

public static LogException ( Exception exception ) : string
exception System.Exception
return string