TeamMentor.CoreLib.MemoryLogger.ex C# (CSharp) Method

ex() public method

public ex ( Exception ex ) : void
ex System.Exception
return void
        public void ex(Exception ex)
        {
            this.ex(ex, "", false);
        }

Same methods

MemoryLogger::ex ( Exception ex, bool showStackTrace ) : void
MemoryLogger::ex ( Exception ex, string comment ) : void
MemoryLogger::ex ( Exception ex, string comment, bool showStackTrace ) : void