| 12345678910111213141516171819202122232425 |
- //
- // System.Runtime.Remoting.MetadataServices.SUDSGeneratorException
- //
- // Authors:
- // Martin Willemoes Hansen ([email protected])
- //
- // (C) 2003 Martin Willemoes Hansen
- //
- namespace System.Runtime.Remoting.MetadataServices
- {
- public class SUDSGeneratorException : Exception
- {
- [MonoTODO]
- public override string ToString()
- {
- throw new NotImplementedException();
- }
- [MonoTODO]
- ~SUDSGeneratorException()
- {
- }
- }
- }
|