Add this for backwards compatibility
[mono.git] / mcs / class / PresentationFramework / System.Windows.Serialization / Exceptions.cs
1 namespace System.Windows.Serialization {
2         public class XamlParseException : Exception {
3                 public XamlParseException(string message) : base(message)
4                 {
5                 }
6         }
7 }