2 implementations of TranslateException
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
522public void TranslateException(ref Exception value) 1337public void TranslateException(ref Exception value)
11 references to TranslateException
Microsoft.Build (6)
BackEnd\Shared\BuildResult.cs (1)
646translator.TranslateException(ref _requestException);
BackEnd\Shared\WorkUnitResult.cs (2)
99translator.TranslateException(ref _exception); 134translator.TranslateException(ref exception);
src\msbuild\src\Shared\NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
src\msbuild\src\Shared\TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
src\msbuild\src\Shared\TaskParameter.cs (1)
253translator.TranslateException(ref exceptionParam);
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
src\msbuild\src\Shared\TaskParameter.cs (1)
253translator.TranslateException(ref exceptionParam);
MSBuild (3)
src\msbuild\src\Shared\NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
src\msbuild\src\Shared\TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
src\msbuild\src\Shared\TaskParameter.cs (1)
253translator.TranslateException(ref exceptionParam);