2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xaml / System.Xaml / XamlInternalException.cs
index 024ecfe4bd23b7fe4a85e1b33870bbd2724108ab..d98aa4c4df23df17263f16ad387601ba1d9e1fbe 100644 (file)
@@ -30,6 +30,11 @@ namespace System.Xaml
        [Serializable]
        public class XamlInternalException : XamlException
        {
+               public XamlInternalException ()
+                       : this ("XAML internal error")
+               {
+               }
+
                public XamlInternalException (string message)
                        : this (message, null)
                {