C# Класс Microsoft.Scripting.Runtime.ExceptionHelpers

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetExceptionStackTraces ( Exception rethrow ) : IList

Returns all the stack traces associates with an exception

UpdateForRethrow ( Exception rethrow ) : Exception

Updates an exception before it's getting re-thrown so we can present a reasonable stack trace to the user.

Приватные методы

Метод Описание
AssociateStackTraces ( Exception e, List traces ) : void
TryGetAssociatedStackTraces ( Exception e, List &traces ) : bool

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

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

Returns all the stack traces associates with an exception
public static GetExceptionStackTraces ( Exception rethrow ) : IList
rethrow System.Exception
Результат IList

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

Updates an exception before it's getting re-thrown so we can present a reasonable stack trace to the user.
public static UpdateForRethrow ( Exception rethrow ) : Exception
rethrow System.Exception
Результат System.Exception