Hi AllI am developing a Flex applcaiton which gets data from awebservice
(created in .Net).When my webmethod throws an exception, my fault
handler in myflex code is called and passed an argumnet of type
FaultEvent. Theonly info I can get from the argument is this:faultCode =
Server.Error.RequestfaultDetail = "Error: [IOErrorEventType =
ioError"bubbles=false ....faultSting = "HTTP Error Request"I would like
to get the actual exception details from thewebservice. Also, I had
expected that the type...