Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 08/13/04
- Next message: Hemraj Julha: "Inheriting a Form within the same project"
- Previous message: Joseph Lee: "Re: Tracking Time"
- In reply to: hazz: "traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Next in thread: hazz: "Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Reply: hazz: "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 20:22:42 +0100
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: Hemraj Julha: "Inheriting a Form within the same project"
- Previous message: Joseph Lee: "Re: Tracking Time"
- In reply to: hazz: "traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Next in thread: hazz: "Re: traversing down the constructors from base class - SystemIndexOutofRangeException - system.data.dll -there is no row at position 0 ?"
- Reply: hazz: "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
|
|