mCleaner.Helpers.Wipe.WipeError C# (CSharp) Method

WipeError() private method

private WipeError ( Exception e ) : void
e System.Exception
return void
        private void WipeError(Exception e)
        {
            WipeErrorEvent(new WipeErrorEventArgs(e));
        }