Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stack OverFlow Exception

Status
Not open for further replies.

ramyamukund

Programmer
Jun 28, 2002
4
GB
Hi

I am trying to assign value to a property of a constructor.
I am getting a stack overflow exception

has anyone come across this exception?

Please do help.

Thanks very much in advance

Ramya
 
Your errors seems like you try to instantiate some objects in theirs own constructors. It is a direct or indirect constructors recursion.

Ion Filipski
1c.bmp
 
You could post some sample code. of the constructors and properties of your class.

________
George, M
Searches(faq333-4906),Carts(faq333-4911)
 
Thanks for the replies.I have solved the problem.
The variable to which i was trying to assign a value was
not initialised.

that was the problem.

Ramya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top