|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
An Unhandled exception of type 'system.stackoverflowexception' occured in mscorlib.dllCan anyone please let me know how to catch an unhandled exception like " An Unhandled exception of type 'system.stackoverflowexception' occured in mscorlib.dll " I am unable to catch this using "try - catch - end try" block. Thanks in advance Regards Vighneswar NGV33010 Software Engineer Nanna Computers ( Vizag ) Ph : 919440143530 Email : vighn***@nannacomputers.com (This electronic message contains information from Nanna Computers, which may be privileged or confidential. The information is for the intended individual(s) or entity named above. If you are not the intended recipient be aware that any copying, disclosing, distribution or use of the above email and/or its attachments is prohibited and is illegal. If you have received this electronic message in error, please notify us by telephone or email (to the numbers or address above) immediately. This e-mail is not un-solicited e-mail under the relevant regulations.) You are filling the stack with objects and have run out of stack space. Most
likely, you have a lot of structs in your application, rather than objects. Or, you are using a huge amount of recursion. The best solution is to refactor your code so fewer values types are in memory at any one time. -- Show quoteHide quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "vighnesh" <vighn***@nannacomputers.com> wrote in message news:ej6pqpKhGHA.1508@TK2MSFTNGP04.phx.gbl... > Hi All > > Can anyone please let me know how to catch an unhandled exception like > > " An Unhandled exception of type 'system.stackoverflowexception' occured > in mscorlib.dll " > > I am unable to catch this using "try - catch - end try" block. > > Thanks in advance > > Regards > Vighneswar > NGV33010 > Software Engineer > Nanna Computers ( Vizag ) > Ph : 919440143530 > Email : vighn***@nannacomputers.com > (This electronic message contains information from Nanna Computers, which > may be privileged or confidential. The information is for the intended > individual(s) or entity named above. If you are not the intended recipient > be aware that any copying, disclosing, distribution or use of the above > email and/or its attachments is prohibited and is illegal. If you have > received this electronic message in error, please notify us by telephone > or email (to the numbers or address above) immediately. This e-mail is not > un-solicited e-mail under the relevant regulations.) >
Why choose SQL Express over Access?
AxWebBrowser problems in VS2005 Seeking report component.... C# to VB Conversion - 800 lines got - 2 lines beyond me Saving changes to a database Setting the correct tabindex Show dynamically selected row in datagridview How to test internet connection in VB.NET? Assembly - Where did I come from? Determine caller class name |
|||||||||||||||||||||||