3 references to ResourceMissing
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
97
public static BuildExceptionCode ResourceMissing = new BuildExceptionCode("XC", 0124, nameof(
ResourceMissing
), "");
CompiledConverters\RDSourceTypeConverter.cs (2)
39
throw new BuildException(BuildExceptionCode.
ResourceMissing
, node, null, value);
68
throw new BuildException(BuildExceptionCode.
ResourceMissing
, node, null, value);