| 123456789101112131415161718 |
- //
- // 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
- {
- internal SUDSGeneratorException ()
- {
- }
- }
- }
|