Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?
From: hazz (hazz_at_sonic.net)
Date: 08/13/04
- Next message: Richard: "RE: Line break in a windows application"
- Previous message: David: "Re: For vs. For Each"
- In reply to: Jon Skeet [C# MVP]: "Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 14:54:30 -0600
Thanks Jon,
Just talking through it and receiving Marina's answer was enough to have me
seek help internally within my company to get at the root. That is the end
of this thread. -greg
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1b87255ce30e38fa98b160@msnews.microsoft.com...
> hazz <hazz@sonic.net> wrote:
> > My runtime in debug is dropping through the constructors from an
> > upper level class into subclassed constructors.....
>
> <snip>
>
> > } // SystemIndexOutofRangeException - system.data.dll -there is
no
> > row at position 0
> >
> >
> > Why system.data?
> > System.Data is referenced in these projects but why would
system.data.dll be
> > involved in the exception during the downward constructor traversal?
>
> I suspect it's in the code that you snipped.
>
> Could you post a short but complete program which demonstrates the
> problem?
>
> See http://www.pobox.com/~skeet/csharp/complete.html for details of
> what I mean by that.
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too
- Next message: Richard: "RE: Line break in a windows application"
- Previous message: David: "Re: For vs. For Each"
- In reply to: Jon Skeet [C# MVP]: "Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|