Don't Understand Error Message

Unanswered Don't Understand Error Message

  • 27 mai 2011 18:54
     
     
    A yellow triangle pops up on the task bar saying the file or directory C:/windows/prefetch/rundll32.exe-1ab36ba4.pf is corrupt and telling me to run chkdsk. I ran chkdsk and I watched it list a lot of files and then it closed itself. I DON'T UNDERSTAND WHAT I'M SUPPOSED TO DO. Please help me. Thanks for any help and direction you can offer me.

Toate mesajele

  • 4 iulie 2011 13:29
     
     

    you can have a corrupted file in your folder so you are just overcome the error mean to use exception handling and try to give a small message 

    means to avoid the program stopping when error occurs also.

    by using of system exception handling you can done that

    here there is any possibulity do u undestand the error just catch that error only.

    otherwise you should use system exception 

    all code put in try{

    }

    catch(exception ee)

    {

    c.w(ee.message);//if you want to know the error position and directory and other so many properties could be in exceptions class

    those are stacktrace,source

    c.w(ee.source);

    c.w(ee.stacktrace");

    }


    paritala.ramanjaneyulu