3 instantiations of 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)));
2 references to LoggableException
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
323
catch (
LoggableException
e)
381
if (!(e is
LoggableException
))