// // System.Runtime.Remoting.MetadataServices.SUDSGeneratorException // // Authors: // Martin Willemoes Hansen (mwh@sysrq.dk) // // (C) 2003 Martin Willemoes Hansen // namespace System.Runtime.Remoting.MetadataServices { public class SUDSGeneratorException : Exception { [MonoTODO] public override string ToString() { throw new NotImplementedException(); } [MonoTODO] ~SUDSGeneratorException() { } } }