1usingSystem; 2usingSystem.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 8namespaceSystem.Dom 9{ 10publicclassDomException : Exception 11{ 12publicDomException(conststring&message_) : 13base(message_) 14{ 15} 16} 17}// namespace System.Dom