C# Класс QuickCheck.Internal.ExceptionHacks

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

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

Метод Описание
Rethrow ( this exception ) : void
RethrowWith ( this exception, string message ) : void

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

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

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

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

public static Rethrow ( this exception ) : void
exception this
Результат void

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

public static RethrowWith ( this exception, string message ) : void
exception this
message string
Результат void