7 types derived from XamlException
System.Xaml (7)
System\Xaml\XamlException.cs (7)
90
public class XamlParseException :
XamlException
121
public class XamlObjectWriterException :
XamlException
138
public class XamlDuplicateMemberException :
XamlException
180
public class XamlInternalException :
XamlException
200
public class XamlSchemaException :
XamlException
216
public class XamlObjectReaderException :
XamlException
239
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)
57
throw new
XamlException
(SR.CloseXamlWriterBeforeReading);
61
throw new
XamlException
(SR.SchemaContextNotInitialized);
81
throw new
XamlException
(SR.CannotWriteClosedWriter);
89
throw new
XamlException
(SR.CannotWriteClosedWriter);
104
throw new
XamlException
(SR.CloseXamlWriterBeforeReading);
31 references to XamlException
PresentationFramework (3)
System\Windows\Markup\XamlReader.cs (3)
513
if (e is System.Xaml.
XamlException
)
515
System.Xaml.
XamlException
xe = (System.Xaml.
XamlException
)e;
System.Xaml (28)
System\Xaml\Context\NameFixupToken.cs (4)
90
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
194
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
System\Xaml\Context\ObjectWriterContext.cs (2)
255
public
XamlException
WithLineInfo(
XamlException
ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1033
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
2633
XamlException
IAddLineInfo.WithLineInfo(
XamlException
ex)
System\Xaml\Parser\XamlScanner.cs (2)
859
XamlException
LineInfo(
XamlException
e)
System\Xaml\Runtime\ClrObjectRuntime.cs (5)
577
if (CriticalExceptions.IsCriticalException(e) || e is
XamlException
)
600
if (CriticalExceptions.IsCriticalException(e) || e is
XamlException
)
669
private
XamlException
CreateException(string message)
674
private
XamlException
CreateException(string message, Exception innerException)
676
XamlException
ex;
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (7)
143
catch (
XamlException
ex)
172
catch (
XamlException
ex)
201
catch (
XamlException
e)
232
catch (
XamlException
e)
291
catch (
XamlException
e)
337
catch (
XamlException
e)
365
catch (
XamlException
e)
System\Xaml\XamlException.cs (2)
25
XamlException
xex = innerException as
XamlException
;
System\Xaml\XamlRuntime.cs (2)
17
XamlException
WithLineInfo(
XamlException
ex);