SUDSGeneratorException.cs 330 B

123456789101112131415161718
  1. //
  2. // System.Runtime.Remoting.MetadataServices.SUDSGeneratorException
  3. //
  4. // Authors:
  5. // Martin Willemoes Hansen ([email protected])
  6. //
  7. // (C) 2003 Martin Willemoes Hansen
  8. //
  9. namespace System.Runtime.Remoting.MetadataServices
  10. {
  11. public class SUDSGeneratorException : Exception
  12. {
  13. internal SUDSGeneratorException ()
  14. {
  15. }
  16. }
  17. }