public static Exception GetException(ISoapXsd type, string msg) { return(new RemotingException("Soap Parse error, xsd:type xsd:" + type.GetXsdType() + " " + msg)); }
public static Exception GetException (ISoapXsd type, string msg) { return new RemotingException ("Soap Parse error, xsd:type xsd:" + type.GetXsdType() + " " + msg); }