19 references to Throw
Microsoft.Build.Engine (19)
Engine\Engine.cs (4)
1075InternalLoggerException.Throw(e, null, "FatalErrorWhileInitializingLogger", false, logger.GetType().Name); 1134InternalLoggerException.Throw(null, null, "LoggerNotFoundError", true, forwardingLogger.Name); 1157InternalLoggerException.Throw(e, null, "LoggerCreationError", true, forwardingLogger.Name); 1239InternalLoggerException.Throw(e, null, "FatalErrorDuringLoggerShutdown", false, logger.GetType().Name);
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 (1)
509InternalLoggerException.Throw(null, null, "FatalErrorWhileInitializingLogger", true, loggerDescription.Name);