C# 클래스 SharpRaven.UnitTests.Helper

파일 보기 프로젝트 열기: getsentry/raven-csharp

공개 메소드들

메소드 설명
FirstLevelException ( ) : void
GetException ( ) : Exception
PrintInfo ( string info ) : void

비공개 메소드들

메소드 설명
PerformDivideByZero ( ) : void
SecondLevelException ( ) : void

메소드 상세

FirstLevelException() 공개 정적인 메소드

public static FirstLevelException ( ) : void
리턴 void

GetException() 공개 정적인 메소드

public static GetException ( ) : Exception
리턴 System.Exception

PrintInfo() 공개 정적인 메소드

public static PrintInfo ( string info ) : void
info string
리턴 void