C# 클래스 Raven.Database.Impl.ExceptionAggregator

파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionAggregator ( ILog log, string errorMsg, NLog.LogLevel level = LogLevel.Error ) : System
Execute ( System.Action action ) : void
ThrowIfNeeded ( ) : void

메소드 상세

ExceptionAggregator() 공개 메소드

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

Execute() 공개 메소드

public Execute ( System.Action action ) : void
action System.Action
리턴 void

ThrowIfNeeded() 공개 메소드

public ThrowIfNeeded ( ) : void
리턴 void