AcTools.LapTimes.LevelDbUtils.Iterator.Throw C# (CSharp) Метод

Throw() приватный Метод

If an error has occurred, throw it.
private Throw ( ) : void
Результат void
        void Throw() {
            Throw(msg => new Exception(msg));
        }

Same methods

Iterator::Throw ( Exception>.Func exception ) : void