3 instantiations of LoggableException
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (2)
559return new LoggableException(new InvalidOperationException(exceptionMessage)) 568return new LoggableException(new InvalidOperationException(exceptionMessage))
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
208throw FxTrace.Exception.AsError(new LoggableException(new InvalidOperationException(SR.BuildTaskPathMustNotBeNull)));
2 references to LoggableException
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
323catch (LoggableException e) 381if (!(e is LoggableException))