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