I have a class file that is filled and then serialized to xml and sent to a server. I get my response back and then need to Deserialize it. The problem is that I can get back one of two messages. Either an xml_Error message or the other message which means everything is a success. How can I tell which message I get back before I try to Deserialize back into my class. Thank you.