2 references to ExceptionType
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskThatThrows.cs (2)
26Type exceptionType = string.IsNullOrWhiteSpace(ExceptionType) ? typeof(Exception) : Type.GetType(ExceptionType) ?? typeof(Exception);