// // 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 { [MonoTODO] public override string ToString() { throw new NotImplementedException(); } [MonoTODO] ~SUDSParserException() { } } }