BlingBag.ImmediateBlingDispatcher.LogException C# (CSharp) Méthode

LogException() protected méthode

protected LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
handler object
timeStamp System.DateTime
exception System.Exception
Résultat void
        protected override void LogException(object handler, DateTime timeStamp, Exception exception)
        {
            _logger.LogException(handler, timeStamp, exception);
        }