C# Class SharpRaven.UnitTests.Helper

Mostra file Open project: getsentry/raven-csharp

Public Methods

Method Description
FirstLevelException ( ) : void
GetException ( ) : Exception
PrintInfo ( string info ) : void

Private Methods

Method Description
PerformDivideByZero ( ) : void
SecondLevelException ( ) : void

Method Details

FirstLevelException() public static method

public static FirstLevelException ( ) : void
return void

GetException() public static method

public static GetException ( ) : Exception
return System.Exception

PrintInfo() public static method

public static PrintInfo ( string info ) : void
info string
return void