C# Class Bosphorus.Logging.Core.Decoration.Exception.LoggerFailedException

Inheritance: Bosphorus.Common.Clr.Exception.ExceptionBase
Show file Open project: BosphorusTeam/bosphorus.logging

Public Methods

Method Description
LoggerFailedException ( Type logType, ILog log, System innerException ) : System

Method Details

LoggerFailedException() public method

public LoggerFailedException ( Type logType, ILog log, System innerException ) : System
logType System.Type
log ILog
innerException System
return System