381 references to InvalidOperationException
ComSvcConfig (6)
AtomicFile.cs (4)
79throw new InvalidOperationException(); 85throw new InvalidOperationException(); 96throw new InvalidOperationException(); 165throw new InvalidOperationException();
ComplusEndpointConfigContainer.cs (1)
603throw new InvalidOperationException();
WasEndpointConfigContainer.cs (1)
408throw new InvalidOperationException();
mscorlib (49)
system\deployment\isolationinterop.cs (7)
159throw new InvalidOperationException(); 220throw new InvalidOperationException(); 284throw new InvalidOperationException(); 351throw new InvalidOperationException(); 417throw new InvalidOperationException(); 481throw new InvalidOperationException(); 545throw new InvalidOperationException();
system\diagnostics\eventing\eventsource.cs (2)
4690throw new InvalidOperationException(); 4702throw new InvalidOperationException();
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (3)
239throw new InvalidOperationException(); 268throw new InvalidOperationException(); // Write after stop. 278throw new InvalidOperationException();
system\globalization\globalizationassembly.cs (1)
62throw new InvalidOperationException();
system\reflection\assembly.cs (1)
2836throw new InvalidOperationException();
system\reflection\emit\generictypeparameterbuilder.cs (2)
177public override Type[] GetGenericArguments() { throw new InvalidOperationException(); } 195public override Type GetGenericTypeDefinition() { throw new InvalidOperationException(); }
system\reflection\emit\methodbuilder.cs (2)
683public override MethodInfo GetGenericMethodDefinition() { if (!IsGenericMethod) throw new InvalidOperationException(); return this; } 722internal void ThrowIfGeneric () { if (IsGenericMethod && !IsGenericMethodDefinition) throw new InvalidOperationException (); }
system\reflection\emit\methodbuilderinstantiation.cs (1)
23throw new InvalidOperationException();
system\reflection\emit\modulebuilder.cs (2)
540if (usingRef == true) throw new InvalidOperationException(); 669throw new InvalidOperationException();
system\reflection\emit\typebuilder.cs (2)
1586throw new InvalidOperationException(); 1613public override Type GetGenericTypeDefinition() { if (IsGenericTypeDefinition) return this; if (m_genTypeDef == null) throw new InvalidOperationException(); return m_genTypeDef; }
system\reflection\emit\typebuilderinstantiation.cs (2)
30throw new InvalidOperationException(); 207public override int GenericParameterPosition { get { throw new InvalidOperationException(); } }
system\reflection\emit\xxxontypebuilderinstantiation.cs (3)
192throw new InvalidOperationException(); 288public override Object GetValue(Object obj) { throw new InvalidOperationException(); } 289public override void SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) { throw new InvalidOperationException(); }
system\reflection\fieldinfo.cs (1)
740public override object GetRawConstantValue() { throw new InvalidOperationException(); }
system\reflection\memberinfo.cs (1)
65public virtual int MetadataToken { get { throw new InvalidOperationException(); } }
system\reflection\methodbase.cs (1)
256throw new InvalidOperationException();
system\reflection\methodinfo.cs (1)
989throw new InvalidOperationException();
system\rttype.cs (1)
1703throw new InvalidOperationException();
system\runtime\compilerservices\jithelpers.cs (4)
176throw new InvalidOperationException(); 183throw new InvalidOperationException(); 190throw new InvalidOperationException(); 198throw new InvalidOperationException();
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (2)
495throw new InvalidOperationException(); // We should not go down this path, unless Jupiter pass this out to managed code 571throw new InvalidOperationException(); // We should not go down this path, unless Jupiter pass this out to managed code
system\runtime\remoting\activationservices.cs (3)
1269set { throw new InvalidOperationException(); } 1451set { throw new InvalidOperationException();} 1645set { throw new InvalidOperationException(); }
system\security\accesscontrol\privilege.cs (4)
140throw new InvalidOperationException(); 315throw new InvalidOperationException(); 580throw new InvalidOperationException(); 670throw new InvalidOperationException();
system\security\accesscontrol\securitydescriptor.cs (2)
246throw new InvalidOperationException(); 251throw new InvalidOperationException();
system\type.cs (1)
1220throw new InvalidOperationException();
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
1309throw new InvalidOperationException(); 1319throw new InvalidOperationException();
PresentationCore (11)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
732throw new InvalidOperationException();
Core\CSharp\MS\Win32\UnsafeNativeMethodsPenimc.cs (4)
181throw new InvalidOperationException(); 201throw new InvalidOperationException(); 349throw new InvalidOperationException(); 394throw new InvalidOperationException();
Core\CSharp\System\Windows\Input\InputManager.cs (1)
519throw new InvalidOperationException();
Core\CSharp\System\Windows\LayoutManager.cs (1)
66throw new InvalidOperationException();
Core\CSharp\System\Windows\Markup\XamlSerializerUtil.cs (1)
40throw new InvalidOperationException();
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (2)
249throw new InvalidOperationException(); 271throw new InvalidOperationException();
Core\CSharp\System\Windows\PresentationSource.cs (1)
389throw new InvalidOperationException();
PresentationFramework (23)
src\Framework\Microsoft\Win32\CommonDialog.cs (1)
193throw new InvalidOperationException();
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
257throw new InvalidOperationException();
src\Framework\MS\Internal\Controls\EmptyEnumerator.cs (1)
66throw new InvalidOperationException();
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
807throw new InvalidOperationException(); 843throw new InvalidOperationException();
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
686throw new InvalidOperationException();
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
312throw new InvalidOperationException();
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
122throw new InvalidOperationException();
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (3)
116throw new InvalidOperationException(); 124throw new InvalidOperationException(); 140throw new InvalidOperationException();
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (4)
305throw new InvalidOperationException(); 366throw new InvalidOperationException(); 391throw new InvalidOperationException(); 403throw new InvalidOperationException();
src\Framework\System\Windows\Controls\TextBlock.cs (1)
4023throw new InvalidOperationException();
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
2079throw new InvalidOperationException(); 2089throw new InvalidOperationException();
src\Framework\System\Windows\Data\Binding.cs (1)
231throw new InvalidOperationException(); // This is actually never called since CurrentDispatcher will throw if null.
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
843throw new InvalidOperationException();
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1546throw new InvalidOperationException();
src\Framework\System\Windows\PropertyPath.cs (1)
83throw new InvalidOperationException(); // This is actually never called since CurrentDispatcher will throw if null.
src\Framework\System\Windows\VisualStateManager.cs (1)
225throw new InvalidOperationException();
SMDiagnostics (15)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (2)
114throw new InvalidOperationException(); 131throw new InvalidOperationException();
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (13)
311throw new InvalidOperationException(); 352throw new InvalidOperationException(); 381throw new InvalidOperationException(); 388throw new InvalidOperationException(); 402throw new InvalidOperationException(); 409throw new InvalidOperationException(); 423throw new InvalidOperationException(); 515throw new InvalidOperationException(); 532throw new InvalidOperationException(); 567throw new InvalidOperationException(); 601throw new InvalidOperationException(); 623throw new InvalidOperationException(); 912throw new InvalidOperationException();
SMSvcHost (2)
System\ServiceModel\Activation\NetPipeSectionData.cs (1)
25throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\ServiceModel\Activation\NetTcpSectionData.cs (1)
27throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System (8)
compmod\system\componentmodel\ArraySubsetEnumerator.cs (1)
47throw new InvalidOperationException();
net\System\Net\ProtocolViolationException.cs (1)
25public ProtocolViolationException() : base() {
net\System\Net\Sockets\NetworkStream.cs (1)
147throw new InvalidOperationException();
net\System\Net\WebSockets\WebSocketBase.cs (1)
1853throw new InvalidOperationException();
net\System\Net\WebSockets\WebSocketConnectionStream.cs (1)
296throw new InvalidOperationException();
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (2)
765throw new InvalidOperationException(); 1073throw new InvalidOperationException();
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
446throw new InvalidOperationException();
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\TextFormatConverter.cs (1)
46throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\ImageSourceToImageConverter.cs (1)
43throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\NewItemFactoryTypeModelToDisplayNameConverter.cs (1)
59throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\newitemfactorytypemodeltotypenameconverter.cs (1)
38throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
48throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\EqualsConverter.cs (1)
32throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionStop.cs (1)
42set { throw FxTrace.Exception.AsError(new InvalidOperationException()); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionStop.cs (1)
40set { throw FxTrace.Exception.AsError(new InvalidOperationException()); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (1)
63throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\Converters\OutlineViewTextConverter.cs (1)
50throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
245throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Activities.Presentation\System\Activities\Presentation\View\BreadCrumbTextConverter.cs (1)
70throw FxTrace.Exception.AsError(new InvalidOperationException());
System.AddIn.Contract (39)
System\Addin\Contract\RemoteArgument.cs (39)
304throw new InvalidOperationException(); 369throw new InvalidOperationException(); 784throw new InvalidOperationException(); 796throw new InvalidOperationException(); 814throw new InvalidOperationException(); 846throw new InvalidOperationException(); 858throw new InvalidOperationException(); 882throw new InvalidOperationException(); 894throw new InvalidOperationException(); 918throw new InvalidOperationException(); 930throw new InvalidOperationException(); 954throw new InvalidOperationException(); 966throw new InvalidOperationException(); 990throw new InvalidOperationException(); 1002throw new InvalidOperationException(); 1026throw new InvalidOperationException(); 1038throw new InvalidOperationException(); 1062throw new InvalidOperationException(); 1074throw new InvalidOperationException(); 1098throw new InvalidOperationException(); 1110throw new InvalidOperationException(); 1134throw new InvalidOperationException(); 1146throw new InvalidOperationException(); 1170throw new InvalidOperationException(); 1182throw new InvalidOperationException(); 1206throw new InvalidOperationException(); 1218throw new InvalidOperationException(); 1242throw new InvalidOperationException(); 1254throw new InvalidOperationException(); 1281throw new InvalidOperationException(); 1293throw new InvalidOperationException(); 1318throw new InvalidOperationException(); 1330throw new InvalidOperationException(); 1355throw new InvalidOperationException(); 1367throw new InvalidOperationException(); 1392throw new InvalidOperationException(); 1404throw new InvalidOperationException(); 1427throw new InvalidOperationException(); 1439throw new InvalidOperationException();
System.Core (28)
Microsoft\Scripting\Ast\BlockExpression.cs (5)
194default: throw new InvalidOperationException(); 231default: throw new InvalidOperationException(); 270default: throw new InvalidOperationException(); 311default: throw new InvalidOperationException(); 415default: throw new InvalidOperationException();
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
382throw new InvalidOperationException();
Microsoft\Scripting\Ast\DynamicExpression.cs (4)
485default: throw new InvalidOperationException(); 533default: throw new InvalidOperationException(); 583default: throw new InvalidOperationException(); 635default: throw new InvalidOperationException();
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
315throw new InvalidOperationException();
Microsoft\Scripting\Ast\MethodCallExpression.cs (7)
219default: throw new InvalidOperationException(); 259default: throw new InvalidOperationException(); 300default: throw new InvalidOperationException(); 343default: throw new InvalidOperationException(); 388default: throw new InvalidOperationException(); 432default: throw new InvalidOperationException(); 481default: throw new InvalidOperationException();
Microsoft\Scripting\Utils\CollectionExtensions.cs (1)
190throw new InvalidOperationException();
System\Diagnostics\Eventing\Reader\EventLogReader.cs (3)
177throw new InvalidOperationException(); 335throw new InvalidOperationException(); 341throw new InvalidOperationException();
System\Diagnostics\Eventing\Reader\EventLogSession.cs (1)
163throw new InvalidOperationException();
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (2)
81throw new InvalidOperationException(); 156throw new InvalidOperationException();
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
726throw new InvalidOperationException();
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (1)
175throw new InvalidOperationException();
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
109throw new InvalidOperationException();
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\TextFormatConverter.cs (1)
46throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\ImageSourceToImageConverter.cs (1)
43throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\NewItemFactoryTypeModelToDisplayNameConverter.cs (1)
59throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\newitemfactorytypemodeltotypenameconverter.cs (1)
38throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\PropertyValueToStandardValuesConverter.cs (1)
48throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\EqualsConverter.cs (1)
32throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionStop.cs (1)
42set { throw FxTrace.Exception.AsError(new InvalidOperationException()); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionStop.cs (1)
40set { throw FxTrace.Exception.AsError(new InvalidOperationException()); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (1)
63throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\OutlineViewTextConverter.cs (1)
50throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
245throw FxTrace.Exception.AsError(new InvalidOperationException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\BreadCrumbTextConverter.cs (1)
70throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlBuilder.cs (1)
100throw new InvalidOperationException();
System.Data.Services (1)
System\Data\Services\Parsing\WebConvert.cs (1)
752throw new InvalidOperationException();
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
154throw new InvalidOperationException(); 216throw new InvalidOperationException();
System.IdentityModel (3)
System\IdentityModel\Claims\ClaimsConversionHelper.cs (2)
85throw new InvalidOperationException(); 104throw new InvalidOperationException();
System\IdentityModel\SignedXml.cs (1)
807throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System.IO.Log (1)
System\IO\Log\Error.cs (1)
227return new InvalidOperationException();
System.Management (33)
managementclass.cs (8)
460 throw new InvalidOperationException(); 587 throw new InvalidOperationException(); 684 throw new InvalidOperationException(); 745 throw new InvalidOperationException(); 1054 throw new InvalidOperationException(); 1152 throw new InvalidOperationException(); 1263 throw new InvalidOperationException(); 1357 throw new InvalidOperationException();
managementeventwatcher.cs (1)
580throw new InvalidOperationException();
managementobject.cs (13)
785throw new InvalidOperationException(); 907throw new InvalidOperationException(); 1043throw new InvalidOperationException(); 1160throw new InvalidOperationException(); 1281throw new InvalidOperationException(); 1389throw new InvalidOperationException(); 1976throw new InvalidOperationException(); 2040throw new InvalidOperationException(); 2164throw new InvalidOperationException(); 2209throw new InvalidOperationException(); 2310throw new InvalidOperationException(); 2378throw new InvalidOperationException(); 2475throw new InvalidOperationException();
managementobjectcollection.cs (2)
493throw new InvalidOperationException(); 622throw new InvalidOperationException();
managementobjectsearcher.cs (1)
491throw new InvalidOperationException();
managementscope.cs (1)
1068throw new InvalidOperationException();
methodset.cs (2)
359throw new InvalidOperationException(); 421throw new InvalidOperationException();
propertyset.cs (4)
284 throw new InvalidOperationException(); 410 throw new InvalidOperationException(); 449 throw new InvalidOperationException(); 491 throw new InvalidOperationException();
qualifierset.cs (1)
375 throw new InvalidOperationException();
System.Runtime.Serialization (8)
System\Xml\ValueHandle.cs (3)
215throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException()); 538throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException()); 667throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\Xml\XmlBaseReader.cs (1)
2101throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\Xml\XmlBaseWriter.cs (3)
1580throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException()); 1631throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException()); 1674throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\Xml\XmlConverter.cs (1)
1119throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System.ServiceModel (7)
System\ServiceModel\Channels\FramingChannels.cs (1)
114throw FxTrace.Exception.AsError(new InvalidOperationException());
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
4196throw FxTrace.Exception.AsError(new InvalidOperationException());
System\ServiceModel\Channels\MessageProperties.cs (1)
688throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
570throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
840throw FxTrace.Exception.AsError(new InvalidOperationException());
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
96throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System\ServiceModel\Security\TlsnegoTokenProvider.cs (1)
104throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException());
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
604throw FxTrace.Exception.AsError(new InvalidOperationException());
System.Transactions (16)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (5)
1688throw new InvalidOperationException(); 1693throw new InvalidOperationException(); 1698throw new InvalidOperationException(); 1703throw new InvalidOperationException(); 1708throw new InvalidOperationException();
System\Transactions\TransactionState.cs (11)
929throw new InvalidOperationException(); 941throw new InvalidOperationException(); 953throw new InvalidOperationException(); 965throw new InvalidOperationException(); 977throw new InvalidOperationException(); 989throw new InvalidOperationException(); 1001throw new InvalidOperationException(); 1013throw new InvalidOperationException(); 1025throw new InvalidOperationException(); 1056throw new InvalidOperationException( ); 5205throw new InvalidOperationException();
System.Web (28)
Compilation\BuildResult.cs (2)
489throw new InvalidOperationException(); 532throw new InvalidOperationException();
Configuration\ExpressServerConfig.cs (1)
36throw new InvalidOperationException();
Configuration\serverconfig.cs (2)
45throw new InvalidOperationException(); 115throw new InvalidOperationException();
Hosting\HostingEnvironment.cs (2)
1180throw new InvalidOperationException(); // can only be called within an ASP.NET AppDomain 1885throw new InvalidOperationException();
Hosting\IIS7WorkerRequest.cs (1)
531throw new InvalidOperationException();
Hosting\ISAPIWorkerRequest.cs (3)
1477throw new InvalidOperationException(); 2528throw new InvalidOperationException(); 2606throw new InvalidOperationException();
Hosting\MapPathBasedVirtualPathProvider.cs (1)
416throw new InvalidOperationException();
HttpInputStream.cs (8)
60throw new InvalidOperationException(); 113throw new InvalidOperationException(); 136throw new InvalidOperationException(); 163throw new InvalidOperationException(); 201throw new InvalidOperationException(); 261throw new InvalidOperationException(); 268throw new InvalidOperationException(); 276throw new InvalidOperationException();
StringResourceManager.cs (1)
78throw new InvalidOperationException();
UI\Control.cs (1)
904throw new InvalidOperationException();
UI\WebControls\GridView.cs (1)
3516throw new InvalidOperationException();
UI\WebControls\TextBox.cs (2)
578throw new InvalidOperationException(); 588throw new InvalidOperationException();
UI\WebParts\ZoneButton.cs (1)
36throw new InvalidOperationException();
Util\DoubleLinkListEnumerator.cs (1)
44throw new InvalidOperationException();
Util\FileEnumerator.cs (1)
149throw new InvalidOperationException();
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
3212throw (new InvalidOperationException());
System.Web.Extensions (4)
Compilation\WCFBuildProvider.cs (2)
414throw new InvalidOperationException(); 476throw new InvalidOperationException();
Script\Serialization\ObjectConverter.cs (1)
138throw new InvalidOperationException();
Script\Services\WebServiceTypeData.cs (1)
189throw new InvalidOperationException();
System.Windows.Forms (22)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (9)
165throw new InvalidOperationException(); 227throw new InvalidOperationException(); 292throw new InvalidOperationException(); 360throw new InvalidOperationException(); 427throw new InvalidOperationException(); 492throw new InvalidOperationException(); 557throw new InvalidOperationException(); 742throw new InvalidOperationException(); 805throw new InvalidOperationException();
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
1314throw new InvalidOperationException(); 2023throw new InvalidOperationException(); 2166throw new InvalidOperationException(); 2676throw new InvalidOperationException(); 2726throw new InvalidOperationException(); 4532throw new InvalidOperationException();
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
942throw new InvalidOperationException();
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
694throw new InvalidOperationException();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26572throw new InvalidOperationException(); // Occurs in case of VSWhidbey 533407
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
176throw new InvalidOperationException();
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
59throw new InvalidOperationException(); 91throw new InvalidOperationException();
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2430throw new InvalidOperationException();
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
3212throw (new InvalidOperationException());
System.Workflow.Activities (4)
Code.cs (1)
72throw new InvalidOperationException();
CorrelationValidator.cs (1)
418throw new InvalidOperationException();
Delay.cs (1)
157throw new InvalidOperationException();
StateMachineWorkflowInstance.cs (1)
143throw new InvalidOperationException();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (1)
92throw new InvalidOperationException();
AuthoringOM\Serializer\XamlInterfaces.cs (1)
311throw new InvalidOperationException();
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (1)
998throw new InvalidOperationException();
Tracking\SqlTrackingService.cs (1)
1604throw new InvalidOperationException();
System.Xml (18)
System\Xml\Core\XsdCachingReader.cs (1)
505throw new InvalidOperationException();
System\Xml\Core\XsdValidatingReader.cs (2)
1219throw new InvalidOperationException(); 1579throw new InvalidOperationException();
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
424throw new InvalidOperationException();
System\Xml\Dom\DocumentXmlWriter.cs (5)
154throw new InvalidOperationException(); 167throw new InvalidOperationException(); 192throw new InvalidOperationException(); 230throw new InvalidOperationException(); 422throw new InvalidOperationException();
System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (1)
137throw new InvalidOperationException();
System\Xml\Schema\ContentValidator.cs (6)
327throw new InvalidOperationException(); 361throw new InvalidOperationException(); 366get { throw new InvalidOperationException(); } 980throw new InvalidOperationException(); 985throw new InvalidOperationException(); 990throw new InvalidOperationException();
System\Xml\Schema\NamespaceList.cs (1)
82throw new InvalidOperationException();
System\Xml\XPath\Internal\UnionExpr.cs (1)
136public override int CurrentPosition { get { throw new InvalidOperationException(); } }
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
287throw new InvalidOperationException();
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
1727throw new InvalidOperationException();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
946throw new InvalidOperationException();
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
470throw new InvalidOperationException(); 475throw new InvalidOperationException();
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
363throw new InvalidOperationException(); 368throw new InvalidOperationException();
WindowsBase (12)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (1)
468throw new InvalidOperationException();
Base\MS\Internal\PriorityQueue.cs (1)
76throw new InvalidOperationException();
Base\System\Windows\DependencyPropertyKey.cs (1)
44throw new InvalidOperationException();
Base\System\Windows\Threading\DispatcherOperationTaskSource.cs (5)
26throw new InvalidOperationException(); 36throw new InvalidOperationException(); 46throw new InvalidOperationException(); 56throw new InvalidOperationException(); 66throw new InvalidOperationException();
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
446throw new InvalidOperationException();
Shared\MS\Win32\HwndSubclass.cs (2)
351throw new InvalidOperationException(); 465throw new InvalidOperationException();
Shared\MS\Win32\HwndWrapper.cs (1)
394throw new InvalidOperationException();