codesamples:exception_handling_program_startup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
codesamples:exception_handling_program_startup [2024/09/16 09:00] – wolfgangriedmann | codesamples: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() | + | |
catch oEx as Exception | catch oEx as Exception |
codesamples/exception_handling_program_startup.txt · Last modified: 2024/09/16 09:06 by wolfgangriedmann