| 123456789101112131415161718 |
- //
- // System.Runtime.Remoting.MetadataServices.SUDSParserException
- //
- // Authors:
- // Martin Willemoes Hansen ([email protected])
- //
- // (C) 2003 Martin Willemoes Hansen
- //
- namespace System.Runtime.Remoting.MetadataServices
- {
- public class SUDSParserException : Exception
- {
- internal SUDSParserException ()
- {
- }
- }
- }
|