Tagged Questions

4
votes
5answers
831 views

C#: Do you raise or throw an exception?

I know that this probably doesn't really matter, but I would like to know what is correct. If a piece of code contains some version of throw new SomeKindOfException(). Do we say t …
3
votes
4answers
123 views

Exception libraries for C (not C++)

Hi - I am rolling my own exception library for C and would like good examples to examine. So far, I have been looking at David Hanson's: http://drhanson.net/work/ But I know I'v …
3
votes
2answers
277 views

How do I keep Visual Studio from autoraising, when I activate “Focus Follows Mouse”?

I'm running VS2008 and have used SystemParametersInfo to activate "Focus Follows Mouse" and "Do not Raise On Focus." Sadly though, VS2008 (with and without SP1) doesn't honour the …
2
votes
5answers
107 views

EventHandler is null

I am trying to raise a click event from User control and handle it on the containing page. The problem I have is, when I click the button 'imgstep1' on the user control, the code b …
1
vote
2answers
229 views

Raise an event in C#

I cam across this question in a Microsoft Practice Test and get confused. Here is the question: Which of the following C# code samples is the proper way to raise an event, …
1
vote
1answer
375 views

RSpec and Open-URI how do I mock raise a SocketError/TimeoutError

I want to be able to spec out that when Open-Uri open() calls either timeout or raise an exception such as SocketError I am handling things as expected, however I'm having trouble …
1
vote
1answer
912 views

Proper way of raising events from C++/CLI ?

Hi, I was wondering what's the proper way of raising events from C++/CLI. In C# one should first make a copy of the handler, check if it's not null, and then call it. Is there a s …
0
votes
1answer
84 views

Ruby Web API scraping / error handling with Hpricot

I have written a simple ruby gem to scrape a set of websites, providing a simple API, inside the gem itself I have included a retry method... to attempt to use Hpricot 3 or more ti …
0
votes
2answers
74 views

Is it possible to raise an event on an object, from outside that object, without a custom function.

public class a { public event eventhandler test; public void RaiseTest(){//fire test} } Is it possible to raise test on this class, from outside this class, without callin …
0
votes
4answers
471 views

Raising external object’s events in C#

If actions is a Panel, am I able to raise the Click event of it's parent? I have this code at the moment, but the Click event isn't a method, so this code is invalid. Does anyone k …
-4
votes
7answers
355 views

How to get a pay raise?

Lot's of people have trouble asking for a raise (me included). Post your tips, stories, anything that may help.