1 instantiation of AssemblyVersionParseException
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2644throw new AssemblyVersionParseException(SR.Format(SR.InvalidAssemblyVersion, AssemblyVersion));
2 references to AssemblyVersionParseException
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
755if(e is AssemblyVersionParseException)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
204if(e is AssemblyVersionParseException)