C# Class QuickCheck.Internal.ExceptionHacks

Afficher le fichier Open project: jystic/quickcheck-net

Méthodes publiques

Méthode Description
Rethrow ( this exception ) : void
RethrowWith ( this exception, string message ) : void

Private Methods

Méthode Description
FixAndRethrow ( Exception exception ) : void
PreserveStackTrace ( Exception exception ) : void

Method Details

Rethrow() public static méthode

public static Rethrow ( this exception ) : void
exception this
Résultat void

RethrowWith() public static méthode

public static RethrowWith ( this exception, string message ) : void
exception this
message string
Résultat void