Exceptions from server?

Shane N

New member
Joined
Jun 28, 2006
Messages
4
Programming Experience
5-10
Is there any way to handle exceptions, thrown serverside, on the client? Or is it better to use events?
 
Events would be cleaner, but might take a bit more work. For functions you could just return an object and then cast it at the client.
 
Back
Top