C# Class Raven.Database.Impl.ExceptionAggregator

Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

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

Method Details

ExceptionAggregator() public méthode

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

Execute() public méthode

public Execute ( System.Action action ) : void
action System.Action
Résultat void

ThrowIfNeeded() public méthode

public ThrowIfNeeded ( ) : void
Résultat void