// // System.Runtime.Remoting.MetadataServices.SUDSParserException // // Authors: // Martin Willemoes Hansen (mwh@sysrq.dk) // // (C) 2003 Martin Willemoes Hansen // namespace System.Runtime.Remoting.MetadataServices { public class SUDSParserException : Exception { internal SUDSParserException () { } } }