BlingBag.BlingDispatcherBase.LogException C# (CSharp) Method

LogException() protected abstract method

protected abstract LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
handler object
timeStamp System.DateTime
exception System.Exception
return void
        protected abstract void LogException(object handler, DateTime timeStamp, Exception exception);
    }