7 types derived from XamlException
System.Xaml (7)
System\Xaml\XamlException.cs (7)
91
public class XamlParseException :
XamlException
122
public class XamlObjectWriterException :
XamlException
139
public class XamlDuplicateMemberException :
XamlException
181
public class XamlInternalException :
XamlException
201
public class XamlSchemaException :
XamlException
217
public class XamlObjectReaderException :
XamlException
240
public class XamlXmlWriterException :
XamlException
7 instantiations of XamlException
System.Xaml (7)
System\Xaml\WriterDelegate.cs (2)
77
_addDelegate = delegate { throw new
XamlException
(SR.WriterIsClosed); };
80
_addLineInfoDelegate = delegate { throw new
XamlException
(SR.WriterIsClosed); };
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);
31 references to XamlException
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
526
if (e is System.Xaml.
XamlException
)
528
System.Xaml.
XamlException
xe = (System.Xaml.
XamlException
)e;
System.Xaml (28)
System\Xaml\Context\NameFixupToken.cs (4)
93
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
197
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
System\Xaml\Context\ObjectWriterContext.cs (2)
258
public
XamlException
WithLineInfo(
XamlException
ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1035
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
2635
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
System\Xaml\Parser\XamlScanner.cs (2)
862
XamlException
LineInfo(
XamlException
e)
System\Xaml\Runtime\ClrObjectRuntime.cs (5)
579
if (CriticalExceptions.IsCriticalException(e) || e is
XamlException
)
602
if (CriticalExceptions.IsCriticalException(e) || e is
XamlException
)
671
private
XamlException
CreateException(string message)
676
private
XamlException
CreateException(string message, Exception innerException)
678
XamlException
ex;
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (7)
145
catch (
XamlException
ex)
174
catch (
XamlException
ex)
203
catch (
XamlException
e)
234
catch (
XamlException
e)
293
catch (
XamlException
e)
339
catch (
XamlException
e)
367
catch (
XamlException
e)
System\Xaml\XamlException.cs (2)
26
XamlException
xex = innerException as
XamlException
;
System\Xaml\XamlRuntime.cs (2)
19
XamlException
WithLineInfo(
XamlException
ex);