24 references to XamlInternalException
System.Xaml (24)
System\Xaml\Context\XamlContext.cs (1)
81throw new XamlInternalException(SR.Format(SR.ParentlessPropertyElement, propName.ScopedName));
System\Xaml\InfosetObjects\DeferredWriter.cs (14)
83throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, methodName)); 104throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), methodName)); 117throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndObject")); 133throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteEndObject")); 153throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteMember")); 161throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteMember")); 174throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndMember")); 182throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteEndMember")); 195throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteValue")); 220throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteValue")); 232throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteNamespace")); 245throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteNamespace")); 286throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, nameof(SetLineInfo))); 301throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), nameof(SetLineInfo)));
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
1120throw ctx.WithLineInfo(new XamlInternalException(SR.ConstructImplicitType)); 1153throw ctx.WithLineInfo(new XamlInternalException(errMsg)); 1211throw ctx.WithLineInfo(new XamlInternalException(SR.NonMEWithPositionalParameters)); 1230throw ctx.WithLineInfo(new XamlInternalException(SR.PositionalParamsWrongLength)); 2077throw new XamlInternalException(SR.BadStateObjectWriter); 2507throw new XamlInternalException("Token's Target Property '{0}' != '{1}' the Token's Context parent Property");
System\Xaml\Parser\XamlScanner.cs (1)
784throw new XamlInternalException(SR.AttributeUnhandledKind);
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
537throw new XamlInternalException(SR.Format(SR.XmlValueNotReader, property.Name));
System\Xaml\XamlReader.cs (1)
83throw new XamlInternalException("SkipFromTo() called incorrectly");