User Tools

Site Tools


trycatch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
trycatch [2018/01/28 07:30] wolfgangriedmanntrycatch [2018/02/06 07:22] meinhardschnoor
Line 1: Line 1:
 ====== Try - Catch ====== ====== Try - Catch ======
  
-The ''Try - Catch'' block is very important, and should be used where an error can occurr, for example if a file that needs to be read does not exist, you are specifying an invalid path, the current user has not the rights to read and so forth - please read the documentation about [[https://docs.microsoft.com/en-us/dotnet/api/system.io.file.readalltext|System.IO.File.ReadAllText()]] to see what type of exceptions there are.+The ''Try - Catch'' block is very important, and should be used where an error can occur, for example if a file that needs to be read does not exist, you are specifying an invalid path, the current user has not the rights to read and so forth - please read the documentation about [[https://docs.microsoft.com/en-us/dotnet/api/system.io.file.readalltext|System.IO.File.ReadAllText()]] to see what type of exceptions there are.
  
 In classic VO and Win32 applications, you had to check the return value of an operation, and then eventually ask for more details. In classic VO and Win32 applications, you had to check the return value of an operation, and then eventually ask for more details.
trycatch.txt · Last modified: 2018/08/20 04:05 by wolfgangriedmann