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

LogException() protected abstract méthode

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