C# Class Taskular.Policies.RetryExceptRetryExceptionFilter

Inheritance: IRetryExceptionFilter
ファイルを表示 Open project: phatboyg/Taskular

Public Methods

Method Description
CanRetry ( Exception exception ) : bool
RetryExceptRetryExceptionFilter ( ) : System

Method Details

CanRetry() public method

public CanRetry ( Exception exception ) : bool
exception System.Exception
return bool

RetryExceptRetryExceptionFilter() public method

public RetryExceptRetryExceptionFilter ( ) : System
return System