11 references to ApplicationException
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ToolRuntimeException.cs (1)
29internal ToolRuntimeException(String message, Exception innerException) : base(message, innerException)
Microsoft.Build.Tasks.Core (3)
AppConfig\AppConfigException.cs (1)
59public AppConfigException(string message, string fileName, int line, int column, System.Exception inner) : base(message, inner)
ManifestUtil\SecurityUtil.cs (2)
748throw new ApplicationException(resources.GetString("SecurityUtil.TimestampUrlNotFound"), ex); 750throw new ApplicationException(ex.Message, ex);
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
666ApplicationException ae = new ApplicationException(string.Format(System.Globalization.CultureInfo.CurrentCulture, SR.ExceptionInGetPage, index), e);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
25: base(message ?? SR.Arg_InvalidFilterCriteriaException, inner)
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
25: base(message, inner)
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (2)
14: base(SR.Arg_TargetInvocationException, inner) 20: base(message ?? SR.Arg_TargetInvocationException, inner)
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
26: base(message ?? SR.Arg_TargetParameterCountException, inner)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
24public WaitHandleCannotBeOpenedException(string? message, Exception? innerException) : base(message ?? SR.Threading_WaitHandleCannotBeOpenedException, innerException)