C# 클래스 QuickCheck.Internal.ExceptionHacks

파일 보기 프로젝트 열기: jystic/quickcheck-net

공개 메소드들

메소드 설명
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