C# Class ExceptionHelper, code

Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
TryNTimesAndThenThrow ( Action statement, int retryCount ) : void

Method Details

TryNTimesAndThenThrow() public static method

public static TryNTimesAndThenThrow ( Action statement, int retryCount ) : void
statement Action
retryCount int
return void