1 using System;
 2 using System.Collections;
 3 
 4 // this file has been semiautomatically generated from 'D:/work/soulng-project/sngxml/dom/Exception.hpp' using cpp2cm version 1.0.0
 5 
 6 // this file has been semiautomatically generated from 'D:/work/soulng-project/sngxml/dom/Exception.cpp' using cpp2cm version 1.0.0
 7 
 8 namespace System.Dom
 9 {
10     public class DomException : Exception
11     {
12         public DomException(const string& message_) : 
13             base(message_)
14         {
15         }
16     }
17 } // namespace System.Dom