14 references to XamlException
System.Xaml (14)
System\Xaml\WriterDelegate.cs (2)
77_addDelegate = delegate { throw new XamlException(SR.WriterIsClosed); }; 80_addLineInfoDelegate = delegate { throw new XamlException(SR.WriterIsClosed); };
System\Xaml\XamlException.cs (7)
109:base(message) { } 131: base(message) { } 150: base(SR.Format(SR.DuplicateMemberSet, (member != null) ? member.Name : null, (type != null) ? type.Name : null)) 157: base(message) { } 193: base(MessagePrefix) { } 230: base(message) 253: base(message)
System\Xaml\XamlNodeList.cs (5)
60throw new XamlException(SR.CloseXamlWriterBeforeReading); 64throw new XamlException(SR.SchemaContextNotInitialized); 84throw new XamlException(SR.CannotWriteClosedWriter); 92throw new XamlException(SR.CannotWriteClosedWriter); 107throw new XamlException(SR.CloseXamlWriterBeforeReading);