User Tools

Site Tools


codesamples:exception_handling_program_startup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
codesamples:exception_handling_program_startup [2024/09/16 09:00] wolfgangriedmanncodesamples:exception_handling_program_startup [2024/09/16 09:06] (current) wolfgangriedmann
Line 7: Line 7:
 class XStartupCode class XStartupCode
 [STAThreadAttribute]; [STAThreadAttribute];
-static method Start as void strict+static method Start() as void strict
   local oSB as System.Text.StringBuilder   local oSB as System.Text.StringBuilder
  
   try   try
  
-  Functions.Start()+  StartupExceptionTester.Exe.Functions.Start()
  
   catch oEx as Exception   catch oEx as Exception
codesamples/exception_handling_program_startup.1726477204.txt.gz · Last modified: 2024/09/16 09:00 by wolfgangriedmann