Tagged Questions

0
votes
1answer
54 views

c# waiting for event within a function

Hi, My goal: User should be able to get the html source of a page, when clicked on a button. This event opens a new form with a geckoWebBrowser component and navigates to a given …
1
vote
5answers
88 views

C# Custom Event Handler

Hi - I am a person learning c#, and I have a program with a Parent form and a Child form. I want the child form to raise an event so that the Parent form can do something. I copied …
1
vote
6answers
71 views

Java Hardware Interrupt Handling

I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.
1
vote
2answers
30 views

what is difference between Exception handling Application block & Exception handling

what is difference between Exception handling Application block & Exception handling in regular dot net classes ? i don't think it is beneficial to use of Exception handling A …
1
vote
4answers
81 views

Exception message (Python 2.6)

If I want to open binary file (in Python 2.6), that doesn't exists, program exits with an error and prints this: Traceback (most recent call last): File "C:\Python_tests …
1
vote
7answers
78 views

Disable errors in PHP

How to disable errors just for particular php function, and in the same time to know that the error occurred? For instance, I use a php function parse_url, to parse an array of url …
1
vote
4answers
32 views

error handeling returns blank

I have the following snippet from my code: switch ($extention) { case "gif": $src = @imagecreatefromgif($uploadedfile); break; case "jpeg": $src = @imagecreatefromjpeg($up …
0
votes
5answers
192 views

How can a client gracefully detect when a server disconnects?

I am working on a client-server application. The client continuously reads data from server, so when a server is closed or disconnects then the client crashes. I tried a try/catch …
0
votes
3answers
88 views

Python Error Handling with try/finally

Hi I have a try/finally clause in my script. Is it possible to get the exact error message from within the finally clause?
0
votes
1answer
48 views

BizTalk - Catch EndPoint Not found Exception

The WCF service to which my send & recieve ports are configured, is not available; thus I am getting an EndPoint not foudn exception. How do I catch this exception in the middl …
0
votes
1answer
112 views

How to use device tokens in different ways in iphone?

Hi, In my application i am going to use pushNotification. So in that case how can i use device tokens in different ways? Let me elaborate more on this side. Whenever i run my ap …
1
vote
3answers
82 views

asm subroutine handling int and char from c++ file

how are an int and char handled in an asm subroutine after being linked with a c++ program? e.g. extern "C" void LCD_ byte (char byte, int cmd_ data); how does LCD_ byte handle the …
0
votes
5answers
112 views

Basic Ruby string handling question

Does giving a idea = gets.reverse print idea If user inputted 'dog' it would come out 'dog' But if you did this code... idea = gets.reverse! print idea Then the string vari …
2
votes
5answers
149 views

ASP.NET – Error throwing or logging

We are building an ASP.NET application in C# We have 3 layers: UI, Business and Database. We need clarification on error handling/logging. We have a error logging framework to l …
0
votes
3answers
152 views

Best practices of Exception handling in ASP.NET web applications

. Hi, We are working on exception handling with ASP.NET web applications (with C# language). Would you please let me know the best practices of Exception handling? Thanks, Re …

1 2 3 next
15 30 50 per page