tag used for unhandled error or Exception thrown by code
Questions tagged [unhandled]
170 questions
1
vote
2 answers
.Net Equivalent of set_unexpected()
Is there a .net equivalent to the C++ unexpected()/set_unexpected() functionality?
Edit: Sorry--I omitted some details previously:
Language: C# 2.0
I have some legacy apps that seem to be throwing some unhandled exception somewhere. I just want…

Onorio Catenacci
- 14,928
- 14
- 81
- 132
1
vote
1 answer
NServiceBus Unhandled exception on my Program class when I start debugging
Non Production Issue:
After migrating from NServiceBus 3 to 4 and from VS2010 to 2012 I get this unhandled exception on my Program class when I start debugging. This exception was originated in NServiceBus.Host…

Miguel Domingos
- 345
- 1
- 3
- 17
1
vote
0 answers
An unhandled exception of type 'System.UnauthorizedAccessException'
I have a project in .NET ,when i tries to run it,it runs normally but at time of hiding a file the following error come.
An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll .
Additional information:
Access…

user2834961
- 11
- 1
1
vote
2 answers
Android Java: Fatal exception main nullpointer. I do not have an explicitly defined Thread. It says it cannot instantiate the activity
I have been looking around for answers on Unhandled loop Exception errors, but now I'm getting a new error, nullpointer that is preventing my Activity from working. My run says, "unfortunately [app] has stopped." I think my Unhandled loop Exception…

masterer
- 11
- 3
1
vote
1 answer
Eclipse "unhandled event loop exception" when trying to create AVD
I had AVD created from a while ago and everything was working fine, but I wanted to make a new one and found out that this happens. When I click "ok" to try and create the AVD nothing happens and the error pops up "unhandled event loop exception".…

user3397545
- 787
- 1
- 5
- 8
1
vote
0 answers
Using class to handle unhandled exceptions in Android
I have a problem trying to handle the force closes of my Android app that I can't solve.
My idea was to show a customize message when some uncontrolled exception happens.
Here's my code:
public class ManejadorExcepcionesUnhandled implements…

Sr_Evax
- 9
- 3
1
vote
0 answers
Need help fixing in Unhandled Exception in C++
I wrote this simple program according to the UML guidelines I was given but I'm having a tough time figuring out why it's throwing an exception when I run it. The code itself compiles when I run it and if I hit continue enough times, it does…

user2989065
- 13
- 1
- 6
1
vote
1 answer
Unhandled exception DirectX11.1 Rendering 2D graphics
I'm using DirectX11.1 in Visual studio 2013, developing a Windows 8 store App.
I've been trying for a couple of days to get my head around creating a 2D UI using DirectX, and just as I thought I might have got it, I'm coming across a unhandled…

nat1707828
- 877
- 2
- 11
- 18
1
vote
1 answer
Inserting into a binary search tree
I wrote a function to insert nodes into a binary search tree. However, when trying to build a solution in Visual Studio 2013, I receive this: "Unhandled exception at 0x00FD4CD0 in BST.exe: 0xC0000005: Access violation reading location 0xCCCCCCCC."…

Suede
- 416
- 2
- 5
- 16
1
vote
0 answers
Unhandled exception in MVC4
I am trying to make a password reset page for a project I'm working on that will utilize SMS texting for a verification code. Right now I am just trying to get the layout right using a template that VS 2012 uses. I am trying to put in a dropdown…

Skrubb
- 531
- 1
- 6
- 25
1
vote
4 answers
C# NullReferenceException was unhandled - Object reference not set to an instance of an object
I'm trying to create a application using Windows Forms in C#, however I keep getting an error stating:
NullReferenceException was unhandled - Object reference not set to an instance of an object
It's pointing to the line which has this code…

Danny
- 601
- 2
- 9
- 11
1
vote
1 answer
c++ ostringstream object causing unhandled exception after returning main function
Unhandled exception at 0x53e83d80 in TestGame.exe: 0xC0000005: Access violation reading
location 0xfeeefef6.
My C++ program throws an unhandled exception when I close my SFML window (causing the main class to return 0;
The code causing…

mickaelalliel
- 11
- 2
1
vote
2 answers
Program not working on another computer, Unhandled exception. Parameter is not valid
Been trying to fix this program for 5 hours now by searching forums, very tired by now. Nothing has been helpful, and I think my patience may have ran out.
Here's an list of what i am doing.
1st- I "publish" the program which compiles everything…

Ryan Blevins
- 166
- 1
- 9
1
vote
2 answers
Unhandled exception - OpenCV - cvReleaseCapture and cvReleaseImage - C++
I have a program that uses the OpenCV library (version 2.4.1) to capture video from my laptop's webcam (or any other connected camera) and save it to an .avi file. When I debug in Visual Studio 2010, I get an unhandled exception at the very end of…

Jackson Dean Goodwin
- 617
- 3
- 11
- 20
1
vote
1 answer
Last Name "IndexOutOfRangeException was unhandled"
"IndexOutOfRangeException was unhandled"
string ebtocosname;
ebtocosname = webBrowser2.Document.GetElementById("Fullname").GetAttribute("value");
var NAMES = ebtocosname.Split();
…

Barry
- 33
- 1
- 6