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)
105:base(message) { } 127: base(message) { } 146: base(SR.Format(SR.DuplicateMemberSet, (member is not null) ? member.Name : null, (type is not null) ? type.Name : null)) 153: base(message) { } 186: base(MessagePrefix) { } 223: base(message) 246: base(message)
System\Xaml\XamlNodeList.cs (5)
57throw new XamlException(SR.CloseXamlWriterBeforeReading); 61throw new XamlException(SR.SchemaContextNotInitialized); 81throw new XamlException(SR.CannotWriteClosedWriter); 89throw new XamlException(SR.CannotWriteClosedWriter); 104throw new XamlException(SR.CloseXamlWriterBeforeReading);