checklist on runtime errors in Drive/Directory/File operations
-
Can someone provide a checklist on different runtime errors that can occur during drive / directory / file operations ( this is general for any language ) . Divya Rathi
-
Can someone provide a checklist on different runtime errors that can occur during drive / directory / file operations ( this is general for any language ) . Divya Rathi
-
Can someone provide a checklist on different runtime errors that can occur during drive / directory / file operations ( this is general for any language ) . Divya Rathi
You'll have to built that yourself. Lookup each method that your going to use (like Directory.GetDirectories[^] for instance), and look at the Exceptions that each can throw. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Divya Rathi, I'm not sure what you mean by "checklist" but here is Microsofts Error code list by error number: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes.asp?frame=true[^] progload
thanks !!!!!! The link is exactly what i wanted Divya Rathi