18 references to ApplicationException
mscorlib (14)
system\cfgparser.cs (1)
453throw new ApplicationException(message);
system\reflection\invalidfiltercriteriaexception.cs (2)
30: base(Environment.GetResourceString("Arg_InvalidFilterCriteriaException")) { 34public InvalidFilterCriteriaException(String message) : base(message) {
system\reflection\targetexception.cs (1)
33public TargetException(String message) : base(message) {
system\reflection\targetinvocationexception.cs (2)
32: base(Environment.GetResourceString("Arg_TargetInvocationException")) { 37private TargetInvocationException(String message) : base(message) {
system\reflection\targetparametercountexception.cs (2)
30: base(Environment.GetResourceString("Arg_TargetParameterCountException")) { 35: base(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"));
system\threading\waithandlecannotbeopenedexception.cs (2)
22public WaitHandleCannotBeOpenedException() : base(Environment.GetResourceString("Threading.WaitHandleCannotBeOpenedException")) 27public WaitHandleCannotBeOpenedException(String message) : base(message)
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1348ApplicationException aeAssemblyMissing = new ApplicationException(message);
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1265internal InvalidChoiceException(String message) : base(message)
System.Workflow.Activities (1)
Executors\WorkflowWebService.cs (1)
96methodMessage.SendException(new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowCompleted)));
System.Workflow.ComponentModel (1)
AuthoringOM\ScheduleChanges.cs (1)
403throw new ApplicationException(SR.GetString(SR.Error_WorkflowChangesNotSupported, ownerActivity.GetType().FullName));