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)
106:base(message) { } 128: base(message) { } 147: base(SR.Format(SR.DuplicateMemberSet, (member != null) ? member.Name : null, (type != null) ? type.Name : null)) 154: base(message) { } 187: base(MessagePrefix) { } 224: base(message) 247: 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);