926 references to NotSupportedException
mscorlib (124)
system\arraysegment.cs (5)
187throw new NotSupportedException(); 192throw new NotSupportedException(); 225throw new NotSupportedException(); 230throw new NotSupportedException(); 258throw new NotSupportedException();
system\collections\concurrent\PartitionerStatic.cs (2)
409throw new NotSupportedException(); 1497throw new NotSupportedException();
system\delegate.cs (1)
597throw new NotSupportedException();
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (7)
55throw new System.NotSupportedException(); 61throw new System.NotSupportedException(); 66throw new System.NotSupportedException(); 71throw new System.NotSupportedException(); 112throw new System.NotSupportedException(); 117throw new System.NotSupportedException(); 122throw new System.NotSupportedException();
system\io\filesystemenumerable.cs (1)
142throw new NotSupportedException();
system\reflection\assembly.cs (1)
1231internal RuntimeAssembly() { throw new NotSupportedException(); }
system\reflection\ConstructorInfo.cs (2)
558throw new NotSupportedException(); 562throw new NotSupportedException();
system\reflection\emit\generictypeparameterbuilder.cs (27)
105public override Guid GUID { get { throw new NotSupportedException(); } } 107public override Object InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) { throw new NotSupportedException(); } 111public override RuntimeTypeHandle TypeHandle { get { throw new NotSupportedException(); } } 121protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 124public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); } 126protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 128public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); } 130public override FieldInfo GetField(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 132public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); } 134public override Type GetInterface(String name, bool ignoreCase) { throw new NotSupportedException(); } 136public override Type[] GetInterfaces() { throw new NotSupportedException(); } 138public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 140public override EventInfo[] GetEvents() { throw new NotSupportedException(); } 142protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 144public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); } 146public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); } 148public override Type GetNestedType(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 150public override MemberInfo[] GetMember(String name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); } 153public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); } 155public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); } 157public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); } 171public override Type GetElementType() { throw new NotSupportedException(); } 201public override bool IsAssignableFrom(Type c) { throw new NotSupportedException(); } 205public override bool IsSubclassOf(Type c) { throw new NotSupportedException(); } 209public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); } 211public override Object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); } 213public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
system\reflection\emit\ilgenerator.cs (2)
1276throw new NotSupportedException(); 1315throw new NotSupportedException();
system\reflection\emit\localbuilder.cs (1)
80throw new NotSupportedException();
system\reflection\emit\methodbuilder.cs (1)
681public override bool ContainsGenericParameters { get { throw new NotSupportedException(); } }
system\reflection\emit\methodbuilderinstantiation.cs (5)
63public override ParameterInfo[] GetParameters() { throw new NotSupportedException(); } 69throw new NotSupportedException(); 110public override ParameterInfo ReturnParameter { get { throw new NotSupportedException(); } } 111public override ICustomAttributeProvider ReturnTypeCustomAttributes { get { throw new NotSupportedException(); } } 112public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); }
system\reflection\emit\typebuilderinstantiation.cs (27)
107public override Guid GUID { get { throw new NotSupportedException(); } } 108public override Object InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) { throw new NotSupportedException(); } 110public override RuntimeTypeHandle TypeHandle { get { throw new NotSupportedException(); } } 171protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 174public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); } 175protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 176public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); } 177public override FieldInfo GetField(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 178public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); } 179public override Type GetInterface(String name, bool ignoreCase) { throw new NotSupportedException(); } 180public override Type[] GetInterfaces() { throw new NotSupportedException(); } 181public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 182public override EventInfo[] GetEvents() { throw new NotSupportedException(); } 183protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); } 184public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); } 185public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); } 186public override Type GetNestedType(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); } 187public override MemberInfo[] GetMember(String name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); } 190public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); } 191public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); } 192public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); } 199public override Type GetElementType() { throw new NotSupportedException(); } 225public override bool IsAssignableFrom(Type c) { throw new NotSupportedException(); } 231throw new NotSupportedException(); 236public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); } 238public override Object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); } 240public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
system\reflection\emit\xxxontypebuilderinstantiation.cs (5)
82throw new NotSupportedException(); 104public override ParameterInfo ReturnParameter { get { throw new NotSupportedException(); } } 105public override ICustomAttributeProvider ReturnTypeCustomAttributes { get { throw new NotSupportedException(); } } 106public override MethodInfo GetBaseDefinition() { throw new NotSupportedException(); } 179throw new NotSupportedException();
system\reflection\fieldinfo.cs (1)
888public override RuntimeFieldHandle FieldHandle { get { throw new NotSupportedException(); } }
system\reflection\methodinfo.cs (2)
680throw new NotSupportedException(); 685throw new NotSupportedException();
system\reflection\module.cs (1)
590internal RuntimeModule() { throw new NotSupportedException(); }
system\rttype.cs (1)
2723internal RuntimeType() { throw new NotSupportedException(); }
system\runtime\designerservices\windowsruntimedesignercontext.cs (6)
73throw new NotSupportedException(); 77throw new NotSupportedException(); 83throw new NotSupportedException(); 107throw new NotSupportedException(); 115throw new NotSupportedException(); 128throw new NotSupportedException();
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (2)
90public int GetMany(object[] items) { throw new NotSupportedException(); } 207throw new NotSupportedException();
system\runtime\remoting\dispatchchannelsink.cs (3)
40set { throw new NotSupportedException(); } 86throw new NotSupportedException(); 95throw new NotSupportedException();
system\runtime\remoting\ichannel.cs (8)
693public virtual void Add(Object key, Object value) { throw new NotSupportedException(); } 695public virtual void Clear() { throw new NotSupportedException(); } 697public virtual void Remove(Object key) { throw new NotSupportedException(); } 717public virtual void CopyTo(Array array, int index) { throw new NotSupportedException(); } 882public virtual void Add(Object key, Object value) { throw new NotSupportedException(); } 883public virtual void Clear() { throw new NotSupportedException(); } 884public virtual void Remove(Object key) { throw new NotSupportedException(); } 902public virtual void CopyTo(Array array, int index) { throw new NotSupportedException(); }
system\runtime\remoting\message.cs (1)
2060throw new NotSupportedException();
system\runtime\remoting\remotingproxy.cs (1)
587throw new NotSupportedException();
system\runtime\remoting\synchronizeddispatch.cs (1)
1040throw new NotSupportedException();
system\runtime\remoting\terminatorsinks.cs (2)
530throw new NotSupportedException(); 716throw new NotSupportedException();
system\security\cryptography\utils.cs (1)
1020throw new NotSupportedException();
system\type.cs (7)
150public virtual Type MakePointerType() { throw new NotSupportedException(); } 151public virtual StructLayoutAttribute StructLayoutAttribute { get { throw new NotSupportedException(); } } 152public virtual Type MakeByRefType() { throw new NotSupportedException(); } 153public virtual Type MakeArrayType() { throw new NotSupportedException(); } 154public virtual Type MakeArrayType(int rank) { throw new NotSupportedException(); } 335throw new NotSupportedException(); 966get { throw new NotSupportedException(); }
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
110throw new NotSupportedException(); 116throw new NotSupportedException();
PresentationCore (83)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginContainer.cs (3)
354throw new NotSupportedException(); 359throw new NotSupportedException(); 364throw new NotSupportedException();
Core\CSharp\MS\Internal\Automation\InteropAutomationProvider.cs (1)
124throw new NotSupportedException();
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (10)
390throw new NotSupportedException(); 412throw new NotSupportedException(); 685throw new NotSupportedException(); 708throw new NotSupportedException(); 778throw new NotSupportedException(); 788throw new NotSupportedException(); 793throw new NotSupportedException(); 837throw new NotSupportedException(); 960throw new NotSupportedException(); 970throw new NotSupportedException();
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (3)
55throw new NotSupportedException(); 60throw new NotSupportedException(); 130throw new NotSupportedException();
Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs (4)
81throw new NotSupportedException(); 149throw new NotSupportedException(); 302throw new NotSupportedException(); 310throw new NotSupportedException();
Core\CSharp\MS\Internal\PartialArray.cs (1)
88throw new NotSupportedException();
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
207throw new NotSupportedException();
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
1723throw new NotSupportedException();
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (2)
117throw new NotSupportedException(); 275throw new NotSupportedException();
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (3)
70throw new NotSupportedException(); 80throw new NotSupportedException(); 90throw new NotSupportedException();
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
232throw new NotSupportedException(); // standard scRGB profile does not exist yet
Core\CSharp\System\Windows\Media\ColorTransform.cs (1)
208throw new NotSupportedException(); // Only support color spaces with 3,4,5,6,7,8 channels
Core\CSharp\System\Windows\Media\Fonts.cs (3)
322throw new NotSupportedException(); 327throw new NotSupportedException(); 389throw new NotSupportedException();
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1945throw new NotSupportedException();
Core\CSharp\System\Windows\Media\GlyphRun.cs (22)
2141throw new NotSupportedException(); 2146throw new NotSupportedException(); 2157throw new NotSupportedException(); 2163throw new NotSupportedException(); 2172throw new NotSupportedException(); 2177throw new NotSupportedException(); 2182throw new NotSupportedException(); 2187throw new NotSupportedException(); 2202throw new NotSupportedException(); 2211throw new NotSupportedException(); 2220throw new NotSupportedException(); 2243throw new NotSupportedException(); 2248throw new NotSupportedException(); 2259throw new NotSupportedException(); 2265throw new NotSupportedException(); 2274throw new NotSupportedException(); 2279throw new NotSupportedException(); 2284throw new NotSupportedException(); 2289throw new NotSupportedException(); 2304throw new NotSupportedException(); 2313throw new NotSupportedException(); 2322throw new NotSupportedException();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (9)
2125throw new NotSupportedException(); 2140throw new NotSupportedException(); 2172throw new NotSupportedException(); 2182throw new NotSupportedException(); 2187throw new NotSupportedException(); 2231throw new NotSupportedException(); 2266throw new NotSupportedException(); 2271throw new NotSupportedException(); 2320throw new NotSupportedException();
Shared\MS\Internal\CharacterBuffer.cs (8)
84throw new NotSupportedException(); 96throw new NotSupportedException(); 106throw new NotSupportedException(); 112throw new NotSupportedException(); 141throw new NotSupportedException(); 199set { throw new NotSupportedException(); } 314set { throw new NotSupportedException(); } 464set { throw new NotSupportedException(); }
Shared\MS\Internal\PartialList.cs (6)
74throw new NotSupportedException(); 80throw new NotSupportedException(); 92throw new NotSupportedException(); 120throw new NotSupportedException(); 126throw new NotSupportedException(); 137throw new NotSupportedException();
Shared\MS\Internal\SequentialUshortCollection.cs (3)
38throw new NotSupportedException(); 43throw new NotSupportedException(); 87throw new NotSupportedException();
PresentationFramework (38)
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (3)
436throw new NotSupportedException(); 441throw new NotSupportedException(); 446throw new NotSupportedException();
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
837throw new NotSupportedException();
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (1)
775set { throw new NotSupportedException(); }
src\Framework\MS\Internal\IO\Packaging\managedIStream.cs (6)
186throw new NotSupportedException(); 197throw new NotSupportedException(); 208throw new NotSupportedException(); 219throw new NotSupportedException(); 230throw new NotSupportedException(); 241throw new NotSupportedException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
84throw new NotSupportedException();
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
315throw new NotSupportedException();
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11951throw new NotSupportedException();
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
380throw new NotSupportedException();
src\Framework\System\Windows\Data\CollectionView.cs (1)
234throw new NotSupportedException();
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
496throw new NotSupportedException();
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
101throw new NotSupportedException(); 150throw new NotSupportedException(); 195throw new NotSupportedException(); 241throw new NotSupportedException(); 286throw new NotSupportedException(); 342throw new NotSupportedException(); 388throw new NotSupportedException(); 433throw new NotSupportedException(); 481throw new NotSupportedException();
src\Framework\System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
74throw new NotSupportedException(); 138throw new NotSupportedException();
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1367throw new NotSupportedException();
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (2)
208throw new NotSupportedException(); 270throw new NotSupportedException();
src\Framework\System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
283get { throw new NotSupportedException(); }
src\Framework\System\Windows\Markup\XamlStream.cs (6)
698throw new NotSupportedException(); 707throw new NotSupportedException(); 715throw new NotSupportedException(); 731throw new NotSupportedException(); 898throw new NotSupportedException(); 907throw new NotSupportedException();
System (37)
compmod\system\componentmodel\BindingList.cs (4)
238throw new NotSupportedException(); 508throw new NotSupportedException(); 516throw new NotSupportedException(); 524throw new NotSupportedException();
compmod\system\componentmodel\design\DesignerOptionService.cs (6)
377throw new NotSupportedException(); 386throw new NotSupportedException(); 394throw new NotSupportedException(); 420throw new NotSupportedException(); 428throw new NotSupportedException(); 436throw new NotSupportedException();
compmod\system\componentmodel\EventDescriptorCollection.cs (6)
145throw new NotSupportedException(); 158throw new NotSupportedException(); 255throw new NotSupportedException(); 271throw new NotSupportedException(); 286throw new NotSupportedException(); 449throw new NotSupportedException();
compmod\system\componentmodel\PropertyDescriptorCollection.cs (7)
166throw new NotSupportedException(); 179throw new NotSupportedException(); 295throw new NotSupportedException(); 311throw new NotSupportedException(); 326throw new NotSupportedException(); 530throw new NotSupportedException(); 669throw new NotSupportedException();
net\System\Net\_NativeSSPI.cs (4)
194throw new NotSupportedException(); 198throw new NotSupportedException(); 390throw new NotSupportedException(); 427throw new NotSupportedException();
net\System\Net\TransportContext.cs (1)
18throw new NotSupportedException();
sys\system\configuration\ClientSettingsStore.cs (4)
416throw new NotSupportedException(); 442throw new NotSupportedException(); 454throw new NotSupportedException(); 477throw new NotSupportedException();
sys\system\configuration\SettingsPropertyCollection.cs (3)
39throw new NotSupportedException(); 57throw new NotSupportedException(); 109throw new NotSupportedException();
sys\system\configuration\SettingsPropertyValueCollection.cs (2)
43throw new NotSupportedException(); 63throw new NotSupportedException();
System.Activities (12)
System\Activities\AsyncCodeActivity.cs (4)
32throw FxTrace.Exception.AsError(new NotSupportedException()); 49throw FxTrace.Exception.AsError(new NotSupportedException()); 317throw FxTrace.Exception.AsError(new NotSupportedException()); 334throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\CodeActivity.cs (4)
30throw FxTrace.Exception.AsError(new NotSupportedException()); 47throw FxTrace.Exception.AsError(new NotSupportedException()); 128throw FxTrace.Exception.AsError(new NotSupportedException()); 145throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\NativeActivity.cs (4)
32throw FxTrace.Exception.AsError(new NotSupportedException()); 49throw FxTrace.Exception.AsError(new NotSupportedException()); 219throw FxTrace.Exception.AsError(new NotSupportedException()); 236throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Core.Presentation (13)
System\Activities\Core\Presentation\ExpandableItemShowExpandedMultiValueConverter.cs (1)
44throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\Core\Presentation\ExpressionToExpressionTextConverter.cs (1)
32throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\Core\Presentation\GenericTypeArgumentConverter.cs (1)
24throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\Core\Presentation\IsStateRootDesignerConverter.cs (1)
34throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\Core\Presentation\MaxValueConverter.cs (1)
36throw FxTrace.Exception.AsError(new NotSupportedException());
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
175throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\ActivityXRefConverter.cs (2)
20throw FxTrace.Exception.AsError(new NotSupportedException()); 50throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\ContentButtonTitleConverter.cs (1)
47throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
209throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
196throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
263throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Activities\Presentation\TypeToTreeConverter.cs (1)
100throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation (32)
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (2)
133throw FxTrace.Exception.AsError(new NotSupportedException()); 138throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
839throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\ExpandButtonVisibilityConverter.cs (1)
34throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorIdentityConverter.cs (1)
25throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorLabelMarginConverter.cs (1)
45throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorLabelVisibilityConverter.cs (1)
38throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowMarginConverter.cs (1)
54throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowTransformConverter.cs (1)
34throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
61throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorStartDotConverter.cs (1)
39throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
43throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (2)
65throw FxTrace.Exception.AsError(new NotSupportedException()); 143throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
125throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\NullToBooleanConverter.cs (1)
20throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\ShowExpandedMultiValueConverter.cs (1)
52throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\TextFormattingConverter.cs (1)
30throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemImageConverter.cs (1)
44throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (1)
173throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\CanExpandCollapseAllConverter.cs (1)
26throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1573throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1791throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (2)
239throw FxTrace.Exception.AsError(new NotSupportedException()); 244throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\PropertyEntryToEditingContextConverter.cs (1)
29throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\PropertyEntryToEditorOptionConverter.cs (1)
63throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\TypeToArgumentTypeConverter.cs (1)
33throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1476throw FxTrace.Exception.AsError(new NotSupportedException()); 1528throw FxTrace.Exception.AsError(new NotSupportedException());
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
2103throw FxTrace.Exception.AsError(new NotSupportedException()); 2176throw FxTrace.Exception.AsError(new NotSupportedException());
System.AddIn (6)
System\Addin\Hosting\ReadOnlyDictionary.cs (6)
36throw new NotSupportedException(); 46throw new NotSupportedException(); 60throw new NotSupportedException(); 80throw new NotSupportedException(); 85throw new NotSupportedException(); 100throw new NotSupportedException();
System.AddIn.Contract (1)
System\Addin\Contract\RemoteArgument.cs (1)
192throw new NotSupportedException();
System.Core (36)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
763throw new NotSupportedException();
System\IO\LogStream.cs (6)
187throw new NotSupportedException(); 193throw new NotSupportedException(); 196throw new NotSupportedException(); 202throw new NotSupportedException(); 207throw new NotSupportedException(); 212throw new NotSupportedException();
System\Linq\Parallel\Enumerables\ParallelQuery.cs (4)
55throw new NotSupportedException(); 67throw new NotSupportedException(); 79throw new NotSupportedException(); 128throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
221throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
151throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (1)
176throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\QueryResults.cs (11)
68throw new NotSupportedException(); 83throw new NotSupportedException(); 93throw new NotSupportedException(); 98throw new NotSupportedException(); 103throw new NotSupportedException(); 111throw new NotSupportedException(); 117throw new NotSupportedException(); 122throw new NotSupportedException(); 127throw new NotSupportedException(); 132throw new NotSupportedException(); 147throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
133throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
120throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
107throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
105throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
101throw new NotSupportedException();
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
82throw new NotSupportedException();
System\Runtime\CompilerServices\ExecutionScope.cs (3)
23throw new NotSupportedException(); 28throw new NotSupportedException(); 33throw new NotSupportedException();
System\Security\Cryptography\BCryptNative.cs (2)
388throw new NotSupportedException(); 422throw new NotSupportedException();
System.Data (48)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (2)
133throw FxTrace.Exception.AsError(new NotSupportedException()); 138throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
839throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ExpandButtonVisibilityConverter.cs (1)
34throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorIdentityConverter.cs (1)
25throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorLabelMarginConverter.cs (1)
45throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorLabelVisibilityConverter.cs (1)
38throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowMarginConverter.cs (1)
54throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowTransformConverter.cs (1)
34throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
61throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorStartDotConverter.cs (1)
39throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
43throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelServiceImpl.cs (2)
65throw FxTrace.Exception.AsError(new NotSupportedException()); 143throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
125throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NullToBooleanConverter.cs (1)
20throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ShowExpandedMultiValueConverter.cs (1)
52throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\TextFormattingConverter.cs (1)
30throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemImageConverter.cs (1)
44throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (1)
173throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\CanExpandCollapseAllConverter.cs (1)
26throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1573throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1791throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (2)
239throw FxTrace.Exception.AsError(new NotSupportedException()); 244throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\PropertyEntryToEditingContextConverter.cs (1)
29throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\PropertyEntryToEditorOptionConverter.cs (1)
63throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeToArgumentTypeConverter.cs (1)
33throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1476throw FxTrace.Exception.AsError(new NotSupportedException()); 1528throw FxTrace.Exception.AsError(new NotSupportedException());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
2103throw FxTrace.Exception.AsError(new NotSupportedException()); 2176throw FxTrace.Exception.AsError(new NotSupportedException());
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
228NotSupportedException e = new NotSupportedException();
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (3)
185throw new NotSupportedException(); 189throw new NotSupportedException(); 197throw new NotSupportedException();
fx\src\data\System\Data\Common\DbDataReader.cs (1)
91throw new NotSupportedException();
fx\src\data\System\Data\DataViewManager.cs (1)
30private static NotSupportedException NotSupported = new NotSupportedException();
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
255throw new NotSupportedException(); 267throw new NotSupportedException();
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
261throw new NotSupportedException(); 273throw new NotSupportedException();
fx\src\data\System\Data\SqlClient\TdsParser.cs (6)
10132get { throw new NotSupportedException(); } 10137throw new NotSupportedException(); 10140throw new NotSupportedException(); 10145throw new NotSupportedException(); 10149throw new NotSupportedException(); 10153throw new NotSupportedException();
System.Data.Entity (6)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (5)
209throw new NotSupportedException(); 222throw new NotSupportedException(); 263throw new NotSupportedException(); 281throw new NotSupportedException(); 286throw new NotSupportedException();
System\Data\Common\EntityUtil.cs (1)
326return new NotSupportedException();
System.Data.Services.Client (1)
System\Data\Services\Client\QueryResponse.cs (1)
71throw new NotSupportedException();
System.Data.SqlXml (54)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
130throw new NotSupportedException();
System\Xml\Xsl\ListBase.cs (2)
67throw new NotSupportedException(); 80throw new NotSupportedException();
System\Xml\Xsl\QIL\QilNode.cs (2)
118throw new NotSupportedException(); 122throw new NotSupportedException();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
437set { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\RtfNavigator.cs (11)
95get { throw new NotSupportedException(); } 103throw new NotSupportedException(); 111throw new NotSupportedException(); 119throw new NotSupportedException(); 127throw new NotSupportedException(); 135throw new NotSupportedException(); 143throw new NotSupportedException(); 151throw new NotSupportedException(); 159throw new NotSupportedException(); 166throw new NotSupportedException(); 174throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (15)
125throw new NotSupportedException(); 132throw new NotSupportedException(); 139throw new NotSupportedException(); 146throw new NotSupportedException(); 268throw new NotSupportedException(); 275throw new NotSupportedException(); 282throw new NotSupportedException(); 289throw new NotSupportedException(); 303throw new NotSupportedException(); 310throw new NotSupportedException(); 331throw new NotSupportedException(); 338get { throw new NotSupportedException(); } 357throw new NotSupportedException(); 364get { throw new NotSupportedException(); } 371get { throw new NotSupportedException(); }
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (18)
173throw new NotSupportedException(); 180throw new NotSupportedException(); 202throw new NotSupportedException(); 234set { throw new NotSupportedException(); } 241throw new NotSupportedException(); 248throw new NotSupportedException(); 269throw new NotSupportedException(); 276throw new NotSupportedException(); 283throw new NotSupportedException(); 301set { throw new NotSupportedException(); } 316throw new NotSupportedException(); 323throw new NotSupportedException(); 612throw new NotSupportedException(); 619throw new NotSupportedException(); 641throw new NotSupportedException(); 658set { throw new NotSupportedException(); } 672throw new NotSupportedException(); 679throw new NotSupportedException();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
84throw new NotSupportedException();
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
660set { throw new NotSupportedException(); } 906set { throw new NotSupportedException(); } 1087set { throw new NotSupportedException(); }
System.IdentityModel (19)
System\IdentityModel\HashStream.cs (4)
62throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 97throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 136throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 141throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\IdentityModel\PreDigestedSignedInfo.cs (3)
103throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); // sender side use only 108throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); // sender side use only 113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); // sender side use only
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
64get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); }
System\IdentityModel\SignedXml.cs (2)
616throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 634throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
5574throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 5584throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 5595throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 5615throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (4)
3693throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 3703throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 3708throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 3718throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\ReferenceList.cs (1)
43throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.IdentityModel.Selectors (6)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (6)
72throw IDT.ThrowHelperError(new NotSupportedException()); 77throw IDT.ThrowHelperError(new NotSupportedException()); 222throw IDT.ThrowHelperError(new NotSupportedException()); 227throw IDT.ThrowHelperError(new NotSupportedException()); 232throw IDT.ThrowHelperError(new NotSupportedException()); 237throw IDT.ThrowHelperError(new NotSupportedException());
System.IO.Log (2)
System\IO\Log\Error.cs (2)
159return new NotSupportedException(); 435return new NotSupportedException();
System.Management (1)
managementnamedvaluecollection.cs (1)
153 throw new NotSupportedException ();
System.Runtime.Remoting (63)
channels\core\chunkedmemorystream.cs (1)
176public override void SetLength(long value) { throw new NotSupportedException(); }
channels\core\socketstream.cs (5)
49public override long Length { get { throw new NotSupportedException(); } } 53get { throw new NotSupportedException(); } 54set { throw new NotSupportedException(); } 59throw new NotSupportedException(); 162public override void SetLength(long value) { throw new NotSupportedException(); }
channels\http\combinedhttpchannel.cs (4)
432public virtual void Add(Object key, Object value) { throw new NotSupportedException(); } 433public virtual void Clear() { throw new NotSupportedException(); } 434public virtual void Remove(Object key) { throw new NotSupportedException(); } 452public virtual void CopyTo(Array array, int index) { throw new NotSupportedException(); }
channels\http\httpclientchannel.cs (1)
395set { throw new NotSupportedException(); }
channels\http\httpremotinghandler.cs (2)
687throw new NotSupportedException(); 697throw new NotSupportedException();
channels\http\httpserverchannel.cs (1)
625throw new NotSupportedException();
channels\http\httpstreams.cs (13)
33public override long Length { get { throw new NotSupportedException(); } } 37get { throw new NotSupportedException(); } 38set { throw new NotSupportedException(); } 41public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 42public override void SetLength(long value) { throw new NotSupportedException(); } 46throw new NotSupportedException(); 260public override long Length { get { throw new NotSupportedException(); } } 264get{ throw new NotSupportedException(); } 265set{ throw new NotSupportedException(); } 268public override void Flush() { throw new NotSupportedException(); } 270public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 271public override void SetLength(long value) { throw new NotSupportedException(); } 275throw new NotSupportedException();
channels\ipc\ipcclientchannel.cs (2)
238set { throw new NotSupportedException(); } 361throw new NotSupportedException();
channels\ipc\ipcport.cs (3)
344public bool IsCompleted { get { throw new NotSupportedException();} } 345public WaitHandle AsyncWaitHandle { get { throw new NotSupportedException();} } 346public Object AsyncState { get { throw new NotSupportedException();} }
channels\ipc\ipcserverchannel.cs (1)
504throw new NotSupportedException();
channels\ipc\pipestream.cs (7)
40public override long Length { get { throw new NotSupportedException(); } } 44get { throw new NotSupportedException(); } 45set { throw new NotSupportedException(); } 50throw new NotSupportedException(); 124throw new NotSupportedException(); 130throw new NotSupportedException(); 134public override void SetLength(long value) { throw new NotSupportedException(); }
channels\sinks\binaryformattersinks.cs (5)
140get { throw new NotSupportedException(); } 252throw new NotSupportedException(); 261throw new NotSupportedException(); 280throw new NotSupportedException(); 732throw new NotSupportedException();
channels\sinks\soapformattersinks.cs (5)
145get { throw new NotSupportedException(); } 305throw new NotSupportedException(); 314throw new NotSupportedException(); 333throw new NotSupportedException(); 813throw new NotSupportedException();
channels\tcp\tcpclientchannel.cs (2)
240set { throw new NotSupportedException(); } 433throw new NotSupportedException();
channels\tcp\tcpserverchannel.cs (1)
660throw new NotSupportedException();
channels\tcp\tcpstreams.cs (7)
50public override long Length { get { throw new NotSupportedException(); } } 54get{ throw new NotSupportedException(); } 55set{ throw new NotSupportedException(); } 58public override void Flush() { throw new NotSupportedException(); } 60public override long Seek(long offset, SeekOrigin origin) { throw new NotSupportedException(); } 61public override void SetLength(long value) { throw new NotSupportedException(); } 65throw new NotSupportedException();
metadata\sdlchannelsink.cs (1)
162throw new NotSupportedException();
services\remotingclientproxy.cs (2)
65set { throw new NotSupportedException(); } 114set { throw new NotSupportedException(); }
System.Runtime.Serialization (22)
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (4)
137throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 139set { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); } 263throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 269throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
367throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 868throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Runtime\Serialization\XmlObjectSerializer.cs (4)
118throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 123throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 128throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 289throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Xml\EncodingStreamWrapper.cs (4)
588throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 592throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 695throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 746throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Xml\XmlBaseWriter.cs (2)
1574throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1660throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Xml\XmlDictionaryReader.cs (3)
210throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 215throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 377throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\Xml\XmlDictionaryWriter.cs (3)
31throw FxTrace.Exception.AsError(new NotSupportedException()); 737throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 742throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.Security (6)
system\security\cryptography\xml\signedinfo.cs (6)
44throw new NotSupportedException(); 48throw new NotSupportedException(); 52get { throw new NotSupportedException(); } 56get { throw new NotSupportedException(); } 60get { throw new NotSupportedException(); } 64get { throw new NotSupportedException(); }
System.ServiceModel (78)
System\ServiceModel\BasicHttpMessageSecurity.cs (1)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
82throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1332throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
899throw FxTrace.Exception.AsError(new NotSupportedException()); 1228throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1233throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\HttpPipeline.cs (1)
238throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
295throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 310throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1160throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
2028throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 2033throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 2038throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1291throw FxTrace.Exception.AsError(new NotSupportedException()); 1296throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
267throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 385throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (11)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 64throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 69throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 74throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 79throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 84throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 99throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 104throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 109throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Dispatcher\StreamFormatter.cs (6)
315set { throw TraceUtility.ThrowHelperError(new NotSupportedException(), message); } 336throw TraceUtility.ThrowHelperError(new NotSupportedException(), this.message); 339public override void Flush() { throw TraceUtility.ThrowHelperError(new NotSupportedException(), this.message); } 340public override long Seek(long offset, SeekOrigin origin) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), this.message); } 341public override void SetLength(long value) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), this.message); } 342public override void Write(byte[] buffer, int offset, int count) { throw TraceUtility.ThrowHelperError(new NotSupportedException(), this.message); }
System\ServiceModel\HttpClientCredentialType.cs (2)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 87throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\HttpProxyCredentialType.cs (2)
51throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 78throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\MessageSecurityOverHttp.cs (3)
106throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 140throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 165throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\MessageSecurityOverMsmq.cs (1)
86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\MessageSecurityOverTcp.cs (2)
86throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\PeerSecuritySettings.cs (1)
128throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\PeerTransportSecuritySettings.cs (1)
84throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
285throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
307throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
140throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 151throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
1053throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1058throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
216throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 339throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 410throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 959throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1039throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
506throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
498throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 537throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 744throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
664throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 687throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 708throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 763throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SecurityUtils.cs (2)
1832throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 2382throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\SessionSymmetricMessageSecurityProtocolFactory.cs (1)
152throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
859throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 979throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 1002throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\UserNamePasswordServiceCredential.cs (1)
170throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
46throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
224throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 229throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3122throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 142throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.ServiceModel.Channels (15)
System\ServiceModel\Channels\XmlByteStreamReader.cs (2)
311throw FxTrace.Exception.AsError(new NotSupportedException()); 316throw FxTrace.Exception.AsError(new NotSupportedException());
System\ServiceModel\Channels\XmlByteStreamWriter.cs (13)
179throw FxTrace.Exception.AsError(new NotSupportedException()); 184throw FxTrace.Exception.AsError(new NotSupportedException()); 189throw FxTrace.Exception.AsError(new NotSupportedException()); 194throw FxTrace.Exception.AsError(new NotSupportedException()); 199throw FxTrace.Exception.AsError(new NotSupportedException()); 204throw FxTrace.Exception.AsError(new NotSupportedException()); 219throw FxTrace.Exception.AsError(new NotSupportedException()); 229throw FxTrace.Exception.AsError(new NotSupportedException()); 234throw FxTrace.Exception.AsError(new NotSupportedException()); 239throw FxTrace.Exception.AsError(new NotSupportedException()); 244throw FxTrace.Exception.AsError(new NotSupportedException()); 283throw FxTrace.Exception.AsError(new NotSupportedException()); 288throw FxTrace.Exception.AsError(new NotSupportedException());
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (2)
37throw FxTrace.Exception.AsError(new NotSupportedException()); 42throw FxTrace.Exception.AsError(new NotSupportedException());
System.ServiceModel.Web (7)
System\ServiceModel\Dispatcher\HelpOperationInvoker.cs (2)
43throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 48throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (2)
132throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 137throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (3)
137throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 148throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException()); 154throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
System.Transactions (25)
System\Transactions\Trace\PlainXmlWriter.cs (20)
56throw new NotSupportedException(); 61throw new NotSupportedException(); 66throw new NotSupportedException(); 73throw new NotSupportedException(); 79get { throw new NotSupportedException(); } 84get { throw new NotSupportedException(); } 89throw new NotSupportedException(); 94throw new NotSupportedException(); 99throw new NotSupportedException(); 149throw new NotSupportedException(); 154throw new NotSupportedException(); 159throw new NotSupportedException(); 164throw new NotSupportedException(); 169throw new NotSupportedException(); 174throw new NotSupportedException(); 179throw new NotSupportedException(); 196throw new NotSupportedException(); 202throw new NotSupportedException(); 207throw new NotSupportedException(); 213throw new NotSupportedException();
System\Transactions\Trace\TraceXPathNavigator.cs (4)
219throw new NotSupportedException(); 229throw new NotSupportedException(); 275throw new NotSupportedException(); 362throw new NotSupportedException();
System\Transactions\TransactionState.cs (1)
2787throw new NotSupportedException();
System.Web (46)
Cache\OutputCache.cs (1)
268throw new NotSupportedException();
Compilation\BrowserCapabilitiesCompiler.cs (1)
213throw new NotSupportedException();
Compilation\IResourceProvider.cs (1)
108throw new NotSupportedException();
Configuration\ExpressServerConfig.cs (1)
108throw new NotSupportedException();
Configuration\ProcessHostServerConfig.cs (1)
98throw new NotSupportedException();
Hosting\IIS7WorkerRequest.cs (2)
2157throw new NotSupportedException(); 2172throw new NotSupportedException();
HttpBufferlessInputStream.cs (4)
110throw new NotSupportedException(); 118throw new NotSupportedException(); 121throw new NotSupportedException(); 125throw new NotSupportedException();
HttpHeaderCollection.cs (2)
80throw new NotSupportedException(); 86throw new NotSupportedException();
HttpInputStream.cs (2)
395throw new NotSupportedException(); 414throw new NotSupportedException();
HttpServerVarsCollection.cs (2)
179throw new NotSupportedException(); 183throw new NotSupportedException();
HttpWriter.cs (6)
680get {throw new NotSupportedException();} 684get {throw new NotSupportedException();} 686set {throw new NotSupportedException();} 704throw new NotSupportedException(); 708throw new NotSupportedException(); 712throw new NotSupportedException();
Profile\ProfileInfo.cs (3)
82throw new NotSupportedException(); 93throw new NotSupportedException(); 123throw new NotSupportedException();
Routing\StopRoutingHandler.cs (1)
9throw new NotSupportedException();
UI\DataBoundLiteralControl.cs (1)
187throw new NotSupportedException();
UI\DataSourceControl.cs (1)
62throw new NotSupportedException();
UI\DataSourceView.cs (4)
170throw new NotSupportedException(); 189throw new NotSupportedException(); 205throw new NotSupportedException(); 234throw new NotSupportedException();
UI\HierarchicalDataSourceControl.cs (1)
42throw new NotSupportedException();
UI\ListSourceHelper.cs (2)
116throw new NotSupportedException(); 120throw new NotSupportedException();
UI\ParseChildrenAsPropertiesAttribute.cs (2)
101throw new NotSupportedException(); 119throw new NotSupportedException();
UI\WebControls\AutoGeneratedField.cs (3)
43throw new NotSupportedException(); 75throw new NotSupportedException(); 92throw new NotSupportedException();
UI\WebControls\DataControlButton.cs (1)
40throw new NotSupportedException();
WorkerRequest.cs (4)
759throw new NotSupportedException(); 764throw new NotSupportedException(); 781throw new NotSupportedException(); 789throw new NotSupportedException();
System.Web.ApplicationServices (2)
Security\MembershipUserCollection.cs (2)
32throw new NotSupportedException(); 46throw new NotSupportedException();
System.Web.DynamicData (9)
DynamicData\ModelProviders\SimpleModelProvider.cs (1)
27throw new NotSupportedException();
DynamicData\ModelProviders\SimpleTableProvider.cs (1)
50throw new NotSupportedException();
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (7)
41throw new NotSupportedException(); 46throw new NotSupportedException(); 63throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException(); 78throw new NotSupportedException(); 82throw new NotSupportedException();
System.Web.Extensions (38)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (15)
685throw new NotSupportedException(); 690throw new NotSupportedException(); 695throw new NotSupportedException(); 700throw new NotSupportedException(); 706throw new NotSupportedException(); 711throw new NotSupportedException(); 717throw new NotSupportedException(); 722throw new NotSupportedException(); 727throw new NotSupportedException(); 732throw new NotSupportedException(); 737throw new NotSupportedException(); 743throw new NotSupportedException(); 749throw new NotSupportedException(); 755throw new NotSupportedException(); 760throw new NotSupportedException();
ClientServices\Providers\ClientRoleProvider.cs (8)
409throw new NotSupportedException(); 414throw new NotSupportedException(); 419throw new NotSupportedException(); 424throw new NotSupportedException(); 429throw new NotSupportedException(); 434throw new NotSupportedException(); 439throw new NotSupportedException(); 444throw new NotSupportedException();
ClientServices\Providers\ClientWindowsAuthenticationMembershipProvider.cs (15)
59throw new NotSupportedException(); 64throw new NotSupportedException(); 69throw new NotSupportedException(); 74throw new NotSupportedException(); 80throw new NotSupportedException(); 85throw new NotSupportedException(); 91throw new NotSupportedException(); 97throw new NotSupportedException(); 102throw new NotSupportedException(); 107throw new NotSupportedException(); 112throw new NotSupportedException(); 118throw new NotSupportedException(); 124throw new NotSupportedException(); 130throw new NotSupportedException(); 135throw new NotSupportedException();
System.Windows.Forms (44)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
970throw new NotSupportedException(); 1063throw new NotSupportedException(); 1248throw new NotSupportedException();
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (4)
1709throw new NotSupportedException(); 1898throw new NotSupportedException(); 1914throw new NotSupportedException(); 2137throw new NotSupportedException();
winforms\Managed\System\Resources\ResXDataNode.cs (1)
1073throw new NotSupportedException();
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (2)
65throw new NotSupportedException(); 96set { throw new NotSupportedException(); }
winforms\Managed\System\WinForms\DataGridTableCollection.cs (2)
56throw new NotSupportedException(); 87set { throw new NotSupportedException(); }
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (1)
61set { throw new NotSupportedException(); }
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
130throw new NotSupportedException();
winforms\Managed\System\WinForms\ImageList.cs (4)
1435throw new NotSupportedException(); 1463throw new NotSupportedException(); 1517throw new NotSupportedException(); 1559throw new NotSupportedException();
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (2)
126void IList.Insert(int index, object value) { throw new NotSupportedException(); /* InnerList.Insert(index, value); */ } 132set { throw new NotSupportedException(); }
winforms\Managed\System\WinForms\ListView.cs (21)
6500throw new NotSupportedException(); 6590throw new NotSupportedException(); 6596throw new NotSupportedException(); 6602throw new NotSupportedException(); 6608throw new NotSupportedException(); 6614throw new NotSupportedException(); 6716throw new NotSupportedException(); 6907throw new NotSupportedException(); 6913throw new NotSupportedException(); 6919throw new NotSupportedException(); 6925throw new NotSupportedException(); 6931throw new NotSupportedException(); 7068throw new NotSupportedException(); 7173throw new NotSupportedException(); 7193throw new NotSupportedException(); 7442throw new NotSupportedException(); 7484throw new NotSupportedException(); 7491throw new NotSupportedException(); 7507throw new NotSupportedException(); 7514throw new NotSupportedException(); 7709throw new NotSupportedException();
winforms\Managed\System\WinForms\Menu.cs (1)
715throw new NotSupportedException();
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
648throw new NotSupportedException();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
7648throw new NotSupportedException();
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1729throw new NotSupportedException();
System.Xml (37)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
811throw new NotSupportedException();
System\Xml\BinaryXml\XmlBinaryReaderAsync.cs (15)
23throw new NotSupportedException(); 27throw new NotSupportedException(); 31throw new NotSupportedException(); 35throw new NotSupportedException(); 39throw new NotSupportedException(); 43throw new NotSupportedException(); 47throw new NotSupportedException(); 51throw new NotSupportedException(); 55throw new NotSupportedException(); 59throw new NotSupportedException(); 63throw new NotSupportedException(); 67throw new NotSupportedException(); 71throw new NotSupportedException(); 75throw new NotSupportedException(); 79throw new NotSupportedException();
System\Xml\Core\XmlRawWriter.cs (2)
292throw new NotSupportedException(); 296throw new NotSupportedException();
System\Xml\Core\XmlRawWriterAsync.cs (2)
223throw new NotSupportedException(); 227throw new NotSupportedException();
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1331throw new NotSupportedException(); 1380throw new NotSupportedException();
System\Xml\Serialization\XmlSerializer.cs (7)
86public virtual XmlSerializationReader Reader{ get {throw new NotSupportedException();} } 88public virtual XmlSerializationWriter Writer{ get {throw new NotSupportedException();} } 90public virtual Hashtable ReadMethods{ get {throw new NotSupportedException();} } 92public virtual Hashtable WriteMethods{ get {throw new NotSupportedException();} } 94public virtual Hashtable TypedSerializers{ get {throw new NotSupportedException();} } 96public virtual bool CanSerialize(Type type){ throw new NotSupportedException(); } 98public virtual XmlSerializer GetSerializer(Type type){ throw new NotSupportedException(); }
System\Xml\XPath\XPathNavigator.cs (8)
66throw new NotSupportedException(); 1111throw new NotSupportedException(); 1115throw new NotSupportedException(); 1119throw new NotSupportedException(); 1123throw new NotSupportedException(); 1127throw new NotSupportedException(); 1131throw new NotSupportedException(); 1370throw new NotSupportedException();
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
226throw new NotSupportedException(); // nop 7888get { throw new NotSupportedException(); } // nop 7899throw new NotSupportedException(); // nop
WindowsBase (7)
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (2)
196throw new NotSupportedException(); 205throw new NotSupportedException();
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
638throw new NotSupportedException(); // Deflated64 this is OFF
Base\System\ComponentModel\SortDescriptionCollection.cs (4)
158throw new NotSupportedException(); 167throw new NotSupportedException(); 176throw new NotSupportedException(); 185throw new NotSupportedException();