TeamMentor.CoreLib.TMErrorHandler.HandleError C# (CSharp) Method

HandleError() public method

public HandleError ( Exception error ) : bool
error System.Exception
return bool
        public bool HandleError(Exception error)
        {
            return true;
        }