C# Class Raven.Database.Impl.ExceptionAggregator

Exibir arquivo Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
ExceptionAggregator ( ILog log, string errorMsg, NLog.LogLevel level = LogLevel.Error ) : System
Execute ( System.Action action ) : void
ThrowIfNeeded ( ) : void

Method Details

ExceptionAggregator() public method

public ExceptionAggregator ( ILog log, string errorMsg, NLog.LogLevel level = LogLevel.Error ) : System
log ILog
errorMsg string
level NLog.LogLevel
return System

Execute() public method

public Execute ( System.Action action ) : void
action System.Action
return void

ThrowIfNeeded() public method

public ThrowIfNeeded ( ) : void
return void