How can my .NET application deliver errors and exceptions to the client side?
Delivering exceptions to the client application does not require any special programming techniques. Your .NET application can simply throw an exception and WebORB takes care of serializing it as a Flex/Flash fault event. Your client application also receives all the information the server code passed with the exception (error message, error code, stack trace).