Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 628 Bytes

Dev CSharp Exceptions.md

File metadata and controls

23 lines (19 loc) · 628 Bytes

Classification of errors according to M. Flyonov's version

  1. errors in working with computer resources required by the program
  • memory capacity
  • storage failure
  1. Errors of program logic
  2. User errors
  • incorrect actions
  • Incorrect data

try, catch, throw, finally

System.Exception .Data - IDictionary collection .HelpLink .InnerException - information about internal exceptions .Message - short description of an error .Source - assembly name. .StackTrace - call sequence string (for debugging)