namespace Uiml.Executing { using System; public class XmlElementMismatchException : Exception { public XmlElementMismatchException() { } public XmlElementMismatchException(string message) : base(message) { } } }