C# Class QuickCheck.Internal.ExceptionHacks

Show file Open project: jystic/quickcheck-net

Public Methods

Method Description
Rethrow ( this exception ) : void
RethrowWith ( this exception, string message ) : void

Private Methods

Method Description
FixAndRethrow ( Exception exception ) : void
PreserveStackTrace ( Exception exception ) : void

Method Details

Rethrow() public static method

public static Rethrow ( this exception ) : void
exception this
return void

RethrowWith() public static method

public static RethrowWith ( this exception, string message ) : void
exception this
message string
return void