Method | Description | |
---|---|---|
HandleException ( object obj, string message = DefaultDebugMessage ) : void |
Writes the given exception to a log file in a uniform way.
|
|
ShowErrorBox ( string message, string title ) : void |
public static HandleException ( object obj, string message = DefaultDebugMessage ) : void | ||
obj | object |
/// Exception to be traced. Should inherit from |
message | string | /// The message. /// |
return | void |
public static ShowErrorBox ( string message, string title ) : void | ||
message | string | |
title | string | |
return | void |