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)
60
throw new
XamlException
(SR.CloseXamlWriterBeforeReading);
64
throw new
XamlException
(SR.SchemaContextNotInitialized);
84
throw new
XamlException
(SR.CannotWriteClosedWriter);
92
throw new
XamlException
(SR.CannotWriteClosedWriter);
107
throw new
XamlException
(SR.CloseXamlWriterBeforeReading);