Guten Morgen,
eines meiner Programm verabschiedet sich sporadisch mit folgendem Fehlercode:
Good Morning,
one of my programs craches with the following errorcode:
Code:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: test.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 5591bc4d
Problem Signature 04: System.Data
Problem Signature 05: 4.0.30319.17929
Problem Signature 06: 4ffa5c76
Problem Signature 07: 2275
Problem Signature 08: 5e
Problem Signature 09: System.Data.SqlClient.Sql
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Das Programm schreibt viel in MSSQL Datenbanken und hat sehr viele User IN/Outputs.
Ich möchte nun eig. einen exception Handler einbauen, nur weiß ich nicht genau wie....
Bin was C# angeht relativ neu, und war vorher nur in der php Szene unterwegs und da hat ja ein einfaches error_reporting(1) gereicht ...

This program writes into a MSSQL Database and handles a lot of User In/Outputs.
I'd like to create an exception handler, but actually I do not really know how.
I am a C# starter, and the only language I used to program was php where the exception handling with the error_reporting(1) function is much easier to use.....