Azavea.Open.Common.LoggingException.LoggingException C# (CSharp) Method

LoggingException() public method

Creates the exception.
public LoggingException ( string message ) : System
message string What went wrong?
return System
        public LoggingException(string message)
            : base(message)
        {
            _log.Debug(message);
        }

Same methods

LoggingException::LoggingException ( string message, Exception e ) : System
LoggingException