7 types derived from ApplicationException
mscorlib (6)
system\reflection\invalidfiltercriteriaexception.cs (1)
27public class InvalidFilterCriteriaException : ApplicationException {
system\reflection\targetexception.cs (1)
27public class TargetException : ApplicationException {
system\reflection\targetinvocationexception.cs (1)
27public sealed class TargetInvocationException : ApplicationException {
system\reflection\targetparametercountexception.cs (1)
27public sealed class TargetParameterCountException : ApplicationException {
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
821internal class ReaderWriterLockTimedOutException : ApplicationException
system\threading\waithandlecannotbeopenedexception.cs (1)
20public class WaitHandleCannotBeOpenedException : ApplicationException {
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1263internal class InvalidChoiceException : ApplicationException
12 instantiations of ApplicationException
ComSvcConfig (1)
Tool.cs (1)
54return new ApplicationException(message, innerException);
mscorlib (6)
system\cfgparser.cs (2)
304throw new ApplicationException(message, inner); 453throw new ApplicationException(message);
system\resources\resourcemanager.cs (3)
1568throw new ApplicationException(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTag", Path.GetFileName(fileName), assemblyNode.Name)); 1571throw new ApplicationException(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTagNoAttr", Path.GetFileName(fileName))); 1576throw new ApplicationException(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTagBadAttr", Path.GetFileName(fileName), de.Key, de.Value));
system\threading\mutex.cs (1)
425throw new ApplicationException(Environment.GetResourceString("Arg_SynchronizationLockException"));
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1348ApplicationException aeAssemblyMissing = new ApplicationException(message);
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
705ApplicationException ae = new ApplicationException(string.Format(System.Globalization.CultureInfo.CurrentCulture, SR.Get(SRID.ExceptionInGetPage), index), e);
System.Workflow.Activities (2)
Executors\WorkflowWebService.cs (2)
96methodMessage.SendException(new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowCompleted))); 123throw new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowTerminated), response.Exception);
System.Workflow.ComponentModel (1)
AuthoringOM\ScheduleChanges.cs (1)
403throw new ApplicationException(SR.GetString(SR.Error_WorkflowChangesNotSupported, ownerActivity.GetType().FullName));
12 references to ApplicationException
ComSvcConfig (1)
Tool.cs (1)
939catch (ApplicationException appException)
mscorlib (3)
system\io\filestream.cs (1)
1052catch (ApplicationException) {
system\reflection\customattributeformatexception.cs (1)
19using ApplicationException = System.ApplicationException;
system\reflection\invalidfiltercriteriaexception.cs (1)
21using ApplicationException = System.ApplicationException;
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1348ApplicationException aeAssemblyMissing = new ApplicationException(message);
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
703if (e is InvalidOperationException || e is ApplicationException) 705ApplicationException ae = new ApplicationException(string.Format(System.Globalization.CultureInfo.CurrentCulture, SR.Get(SRID.ExceptionInGetPage), index), e);
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
177catch (ApplicationException e)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1645ApplicationException bamlException = new ApplicationException(
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
3112catch (ApplicationException applicationException) 3131catch (ApplicationException applicationException) 3150catch (ApplicationException applicationException)