18 references to ApplicationException
mscorlib (14)
system\cfgparser.cs (1)
453
throw new
ApplicationException
(message);
system\reflection\invalidfiltercriteriaexception.cs (2)
30
:
base
(Environment.GetResourceString("Arg_InvalidFilterCriteriaException")) {
34
public InvalidFilterCriteriaException(String message) :
base
(message) {
system\reflection\targetexception.cs (1)
33
public TargetException(String message) :
base
(message) {
system\reflection\targetinvocationexception.cs (2)
32
:
base
(Environment.GetResourceString("Arg_TargetInvocationException")) {
37
private TargetInvocationException(String message) :
base
(message) {
system\reflection\targetparametercountexception.cs (2)
30
:
base
(Environment.GetResourceString("Arg_TargetParameterCountException")) {
35
:
base
(message) {
system\resources\resourcemanager.cs (3)
1568
throw new
ApplicationException
(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTag", Path.GetFileName(fileName), assemblyNode.Name));
1571
throw new
ApplicationException
(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTagNoAttr", Path.GetFileName(fileName)));
1576
throw new
ApplicationException
(Environment.GetResourceString("XMLSyntax_InvalidSyntaxSatAssemTagBadAttr", Path.GetFileName(fileName), de.Key, de.Value));
system\threading\mutex.cs (1)
425
throw new
ApplicationException
(Environment.GetResourceString("Arg_SynchronizationLockException"));
system\threading\waithandlecannotbeopenedexception.cs (2)
22
public WaitHandleCannotBeOpenedException() :
base
(Environment.GetResourceString("Threading.WaitHandleCannotBeOpenedException"))
27
public WaitHandleCannotBeOpenedException(String message) :
base
(message)
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1348
ApplicationException aeAssemblyMissing = new
ApplicationException
(message);
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1265
internal InvalidChoiceException(String message) :
base
(message)
System.Workflow.Activities (1)
Executors\WorkflowWebService.cs (1)
96
methodMessage.SendException(new
ApplicationException
(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowCompleted)));
System.Workflow.ComponentModel (1)
AuthoringOM\ScheduleChanges.cs (1)
403
throw new
ApplicationException
(SR.GetString(SR.Error_WorkflowChangesNotSupported, ownerActivity.GetType().FullName));