Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying To Understand Events
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01382673
Message ID:
01382777
Vues:
48
>Excellent. Thanks.
>
>However, I'm now getting the same error at runtime on this line in my class:
>

I don't have time to check this right now, but it might be getting confused between the static method and the event. Prefix it with "this.", ex:
if (_oException == null)
{
    if (this.ReaderRetreived != null)
       this.ReaderRetreived();  // Erroring here at runtime
}
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform