namespace System.Windows.Serialization { public class XamlParseException : Exception { public XamlParseException(string message) : base(message) { } } }