Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thread was being aborted
Message
De
03/10/2006 15:07:18
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, États-Unis
 
 
À
03/10/2006 14:56:37
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01159023
Message ID:
01159055
Vues:
18
>>Are you getting this Error message from SQL or Managed Code like .NET?
>
>This is from VB.NET code.

There are a lot of things that can get you a "thread was being aborted", you can get a more detail message, if you put execution code inside of a try/catch block

Try
'place your code
Catch ex As SqlClient.SqlException | or System.Exception if your not using sql.
MessageBox.Show(ex.Message)
End Try

I hope this helps.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°`°º¤ø¤º°¤º°
Carl Evans
CEO & President
System Answers Consulting, Inc.
MCSD .NET, ASP.NET, C#.NET, VB.NET,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform