mCleaner.Helpers.Wipe.WipeError C# (CSharp) 메소드

WipeError() 개인적인 메소드

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