C# Класс Appccelerate.IO.ExceptionExtensionMethods

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

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

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

Preserves the stack trace of the exception.

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

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

Preserves the stack trace of the exception.
public static PreserveStackTrace ( this exception ) : Exception
exception this The exception.
Результат System.Exception