C# Class slimCat.Utilities.Exceptions

ファイルを表示 Open project: WreckedAvent/slimCat

Public Methods

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

Method Details

HandleException() public static method

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

ShowErrorBox() public static method

public static ShowErrorBox ( string message, string title ) : void
message string
title string
return void