2 instantiations of InternalLoggerException
Microsoft.Build.Engine (2)
Engine\Node.cs (1)
534ReportUnhandledError(new InternalLoggerException(message, e, null, errorCode, helpKeyword, true));
Errors\InternalLoggerException.cs (1)
238throw new InternalLoggerException(message, innerException, e, errorCode, helpKeyword, initializationException);
29 references to InternalLoggerException
Microsoft.Build.Engine (29)
Engine\Engine.cs (10)
1035/// <exception cref="InternalLoggerException">Logger threw arbitrary exception</exception> 1054/// <exception cref="InternalLoggerException">Logger threw arbitrary exception</exception> 1075InternalLoggerException.Throw(e, null, "FatalErrorWhileInitializingLogger", false, logger.GetType().Name); 1104/// <exception cref="InternalLoggerException">Logger threw arbitrary exception</exception> 1134InternalLoggerException.Throw(null, null, "LoggerNotFoundError", true, forwardingLogger.Name); 1151catch (InternalLoggerException) 1157InternalLoggerException.Throw(e, null, "LoggerCreationError", true, forwardingLogger.Name); 1197/// <exception cref="InternalLoggerException">Logger threw arbitrary exception</exception> 1239InternalLoggerException.Throw(e, null, "FatalErrorDuringLoggerShutdown", false, logger.GetType().Name); 1909catch (InternalLoggerException)
Engine\EventSource.cs (14)
79InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 113InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 147InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 181InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 215InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 249InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 283InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 317InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 351InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 385InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 419InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 453InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 487InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false); 521InternalLoggerException.Throw(exception, e, "FatalErrorWhileLogging", false);
Engine\Node.cs (2)
509InternalLoggerException.Throw(null, null, "FatalErrorWhileInitializingLogger", true, loggerDescription.Name); 524catch (InternalLoggerException e)
Engine\TaskEngine.cs (3)
581catch (InternalLoggerException) 726catch (InternalLoggerException) 1556catch (InternalLoggerException)