C# Класс slimCat.Utilities.Exceptions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

HandleException() публичный статический Метод

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. ///
Результат void

ShowErrorBox() публичный статический Метод

public static ShowErrorBox ( string message, string title ) : void
message string
title string
Результат void