3 references to LoggableException
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (2)
559
return new
LoggableException
(new InvalidOperationException(exceptionMessage))
568
return new
LoggableException
(new InvalidOperationException(exceptionMessage))
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
208
throw FxTrace.Exception.AsError(new
LoggableException
(new InvalidOperationException(SR.BuildTaskPathMustNotBeNull)));