Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / NotImplementedException.cs / 1305376 / NotImplementedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: NotImplementedException ** ** ** Purpose: Exception thrown when a requested method or operation is not ** implemented. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class NotImplementedException : SystemException { public NotImplementedException() : base(Environment.GetResourceString("Arg_NotImplementedException")) { SetErrorCode(__HResults.E_NOTIMPL); } public NotImplementedException(String message) : base(message) { SetErrorCode(__HResults.E_NOTIMPL); } public NotImplementedException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.E_NOTIMPL); } [System.Security.SecuritySafeCritical] // auto-generated protected NotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: NotImplementedException ** ** ** Purpose: Exception thrown when a requested method or operation is not ** implemented. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class NotImplementedException : SystemException { public NotImplementedException() : base(Environment.GetResourceString("Arg_NotImplementedException")) { SetErrorCode(__HResults.E_NOTIMPL); } public NotImplementedException(String message) : base(message) { SetErrorCode(__HResults.E_NOTIMPL); } public NotImplementedException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.E_NOTIMPL); } [System.Security.SecuritySafeCritical] // auto-generated protected NotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CollectionsUtil.cs
- Variant.cs
- SecondaryIndexDefinition.cs
- DbConnectionPool.cs
- SqlDataSourceEnumerator.cs
- CaseExpr.cs
- RuleElement.cs
- HttpListener.cs
- TreeViewDesigner.cs
- DriveInfo.cs
- TagPrefixInfo.cs
- DirectoryLocalQuery.cs
- HtmlInputButton.cs
- DBSqlParserTable.cs
- HtmlInputControl.cs
- VisualStyleTypesAndProperties.cs
- ReferenceService.cs
- CapabilitiesState.cs
- DataKey.cs
- __Error.cs
- ObjectStateFormatter.cs
- InternalConfigHost.cs
- MaskDescriptor.cs
- Control.cs
- WmlCalendarAdapter.cs
- DateTimeSerializationSection.cs
- SqlUtil.cs
- CacheHelper.cs
- EmptyControlCollection.cs
- ChannelDispatcherCollection.cs
- SecurityElement.cs
- FactoryRecord.cs
- StringTraceRecord.cs
- DeferrableContentConverter.cs
- UnsafeNativeMethods.cs
- TransactionException.cs
- BulletedListDesigner.cs
- ReceiveDesigner.xaml.cs
- Canvas.cs
- StringPropertyBuilder.cs
- FieldMetadata.cs
- InternalConfigSettingsFactory.cs
- HostSecurityManager.cs
- RepeaterItem.cs
- AutomationProperty.cs
- PerformanceCounterPermission.cs
- RuntimeArgumentHandle.cs
- ProcessingInstructionAction.cs
- StrokeIntersection.cs
- ToolboxSnapDragDropEventArgs.cs
- XPathExpr.cs
- Ipv6Element.cs
- ThreadStartException.cs
- DataTableCollection.cs
- NoResizeHandleGlyph.cs
- DataBindingCollection.cs
- ParserExtension.cs
- TargetControlTypeCache.cs
- GenericPrincipal.cs
- DbBuffer.cs
- NoneExcludedImageIndexConverter.cs
- URLMembershipCondition.cs
- TraversalRequest.cs
- SHA256Managed.cs
- AssociatedControlConverter.cs
- TypeGeneratedEventArgs.cs
- ComIntegrationManifestGenerator.cs
- ProcessModelSection.cs
- ZoneLinkButton.cs
- ProtocolsConfigurationHandler.cs
- CompilerWrapper.cs
- XamlReader.cs
- ApplicationDirectory.cs
- Operators.cs
- Soap12ServerProtocol.cs
- WindowsRegion.cs
- FunctionNode.cs
- InputLangChangeRequestEvent.cs
- RowUpdatingEventArgs.cs
- DataServiceConfiguration.cs
- ImageUrlEditor.cs
- Serializer.cs
- SelectionEditingBehavior.cs
- AlignmentXValidation.cs
- XmlByteStreamReader.cs
- QilIterator.cs
- StorageModelBuildProvider.cs
- TraceSource.cs
- ByteStorage.cs
- TextSpanModifier.cs
- DataTableReader.cs
- SqlLiftWhereClauses.cs
- RowCache.cs
- ScriptReference.cs
- ViewCellRelation.cs
- NullReferenceException.cs
- SoapAttributeAttribute.cs
- EventWaitHandleSecurity.cs
- RuntimeConfig.cs
- ImageSourceConverter.cs