C# Класс MtGoxTrader.Trader.Utils

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

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

Метод Описание
GetDetailedException ( Exception exception ) : string

Helper method to get error message including inner exception

GetStackTrace ( Exception exception ) : string

Helper method to get stack trace including inner exception

LoadFromFile ( string fileName, Type t ) : object
SaveToFile ( object t, string fileName ) : void

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

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

Helper method to get error message including inner exception
public static GetDetailedException ( Exception exception ) : string
exception System.Exception The exception object
Результат string

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

Helper method to get stack trace including inner exception
public static GetStackTrace ( Exception exception ) : string
exception System.Exception The exception object
Результат string

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

public static LoadFromFile ( string fileName, Type t ) : object
fileName string
t System.Type
Результат object

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

public static SaveToFile ( object t, string fileName ) : void
t object
fileName string
Результат void