40 references to NotImplementedException
mscorlib (5)
system\reflection\assembly.cs (1)
2525throw new NotImplementedException(Environment.GetResourceString("NotImplemented_ResourcesLongerThan2^63"));
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (2)
219throw new NotImplementedException("NYI"); 225throw new NotImplementedException("NYI");
system\security\cryptography\dsa.cs (1)
275return new NotImplementedException(Environment.GetResourceString("NotSupported_SubclassOverride"));
system\security\cryptography\rsa.cs (1)
202return new NotImplementedException(Environment.GetResourceString("NotSupported_SubclassOverride"));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\VisibilityOrConverter.cs (1)
37throw FxTrace.Exception.AsError(new NotImplementedException(ExceptionStringTable.MethodOrOperationIsNotImplemented));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueToIconConverter.cs (1)
48throw FxTrace.Exception.AsError(new NotImplementedException(ExceptionStringTable.NoConvertBackForValueToIconConverter));
System.AddIn (3)
System\Addin\MiniReflection\MiniAssembly.cs (1)
84throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.MultiFileAssembliesNotSupported, FullName));
System\Addin\MiniReflection\MiniModule.cs (1)
186throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.UnknownTokenType, targetType.Table, Assembly.FullName));
System\Addin\MiniReflection\TypeInfo.cs (1)
822throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.UnsupportedInterfaceType, interfaceToken.Table));
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttribute.cs (1)
374throw new NotImplementedException(DataAnnotationsResources.ValidationAttribute_IsValid_NotImplemented);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\VisibilityOrConverter.cs (1)
37throw FxTrace.Exception.AsError(new NotImplementedException(ExceptionStringTable.MethodOrOperationIsNotImplemented));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueToIconConverter.cs (1)
48throw FxTrace.Exception.AsError(new NotImplementedException(ExceptionStringTable.NoConvertBackForValueToIconConverter));
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
223NotImplementedException e = new NotImplementedException(error); 853NotImplementedException e = new NotImplementedException(methodName);
System.Workflow.ComponentModel (14)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
327throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 564throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (3)
50throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 63throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 69throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (5)
40throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 73throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 85throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 234throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 246throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (4)
52throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 153throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 229throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 343throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
System.Workflow.Runtime (7)
System\Activities\Statements\InteropExecutor.cs (7)
618throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 623throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 628throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 740throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 745throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 831throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 836throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName));
System.WorkflowServices (4)
System\Workflow\Activities\ContractMethodInfo.cs (2)
112new NotImplementedException(SR2.GetString(SR2.Error_RuntimeNotSupported))); 197new NotImplementedException(SR2.GetString(SR2.Error_RuntimeNotSupported)));
System\Workflow\Activities\ContractType.cs (2)
161new NotImplementedException(SR2.GetString(SR2.Error_RuntimeNotSupported))); 398new NotImplementedException(SR2.GetString(SR2.Error_RuntimeNotSupported)));