CompiledConverters\BindablePropertyConverter.cs (4)
66 throw new BuildException(Conversion, node, null, value, typeof(BindableProperty));
69 throw new BuildException(Conversion, node, null, value, typeof(BindableProperty));
73 throw new BuildException(TypeResolution, node, null, typeName);
77 throw new BuildException(PropertyResolution, node, null, propertyName, typeRef.Name);
CompiledConverters\BoundsTypeConverter.cs (3)
19 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect));
26 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect));
54 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect));
CreateObjectVisitor.cs (4)
138 ctorInfo = factoryCtorInfo ?? throw new BuildException(BuildExceptionCode.ConstructorXArgsMissing, node, null, typedef.FullName);
150 throw new BuildException(BuildExceptionCode.MethodStaticMissing, node, null, typedef.FullName, factoryMethod, null);
176 throw new BuildException(BuildExceptionCode.PropertyMissing, node, null, missingCtorParameter, typedef.FullName);
192 throw new BuildException(BuildExceptionCode.ConstructorDefaultMissing, node, null, typedef.FullName);
ExpandMarkupsVisitor.cs (5)
90 throw new BuildException(BuildExceptionCode.MarkupNotClosed, xmlLineInfo, null);
93 throw new BuildException(BuildExceptionCode.MarkupParsingFailed, xmlLineInfo, null);
96 throw new BuildException(BuildExceptionCode.MarkupNotClosed, xmlLineInfo, null);
136 throw new BuildException(BuildExceptionCode.XmlnsUndeclared, xmlLineInfo, null, prefix);
157 throw new BuildException(BuildExceptionCode.MarkupParsingFailed, xmlLineInfo, xpe);
NodeILExtensions.cs (4)
144 throw new BuildException(BuildExceptionCode.Conversion, lineInfo, fex, str, typeof(T));
381 throw new BuildException(BuildExceptionCode.SByteEnums, lineInfo, null);
409 throw new BuildException(BuildExceptionCode.EnumValueMissing, lineInfo, null, value);
430 throw new BuildException(BuildExceptionCode.EnumValueMissing, lineInfo, null, value);
SetPropertiesVisitor.cs (18)
170 throw new BuildException(BuildExceptionCode.ContentPropertyAttributeMissing, node, null, ((IElementNode)parentNode).XmlType.Name);
198 throw new BuildException(BuildExceptionCode.AdderMissing, node, null, parent.VariableType, localname);
499 throw new BuildException(XDataTypeSyntax, dataTypeNode as IXmlLineInfo, null);
505 ?? throw new BuildException(XDataTypeSyntax, dataTypeNode as IXmlLineInfo, null);
510 throw new BuildException(XmlnsUndeclared, dataTypeNode as IXmlLineInfo, null, prefix);
625 throw new BuildException(BuildExceptionCode.BindingIndexerNotClosed, lineInfo, null);
629 throw new BuildException(BuildExceptionCode.BindingIndexerEmpty, lineInfo, null);
633 throw new BuildException(BuildExceptionCode.BindingIndexerEmpty, lineInfo, null);
679 throw new BuildException(BuildExceptionCode.BindingIndexerTypeUnsupported, lineInfo, null, indexType.FullName);
734 throw new BuildException(BindingIndexerParse, lineInfo, null, indexArg, property.Name);
939 throw new BuildException(BindingIndexerParse, node as IXmlLineInfo, null, lastIndexArg, lastProperty.Name);
1131 throw new BuildException(MemberResolution, iXmlLineInfo, null, localName);
1149 throw new BuildException(PropertyResolution, lineInfo, null, localName, parent.VariableType.FullName);
1233 throw new BuildException(MissingEventHandler, iXmlLineInfo, null, value, declaringType);
1653 var valueNode = node.Properties[XmlName.xKey] as ValueNode ?? throw new BuildException(XKeyNotLiteral, lineInfo, null);
1657 throw new BuildException(ResourceDictDuplicateKey, lineInfo, null, key);
1669 throw new BuildException(ResourceDictMissingKey, lineInfo, null);
1707 var valueNode = node.Properties[XmlName.xKey] as ValueNode ?? throw new BuildException(XKeyNotLiteral, lineInfo, null);