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