Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / NotImplementedException.cs / 1 / 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); } 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); } 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
- TemplateParser.cs
- CfgArc.cs
- IsolatedStorage.cs
- DeclaredTypeValidatorAttribute.cs
- EventDescriptorCollection.cs
- SymmetricKeyWrap.cs
- PropertyDescriptorCollection.cs
- CrossAppDomainChannel.cs
- ToolStripItemRenderEventArgs.cs
- Paragraph.cs
- SoapMessage.cs
- HtmlValidationSummaryAdapter.cs
- MergePropertyDescriptor.cs
- FileRecordSequence.cs
- XpsSerializerFactory.cs
- PrintControllerWithStatusDialog.cs
- NativeMethods.cs
- LogReserveAndAppendState.cs
- VarRemapper.cs
- RecordManager.cs
- hwndwrapper.cs
- ReadWriteSpinLock.cs
- XmlIgnoreAttribute.cs
- ProxyWebPartManager.cs
- EntityContainerRelationshipSetEnd.cs
- EventSinkHelperWriter.cs
- RelationshipSet.cs
- TextSpanModifier.cs
- ImageListImageEditor.cs
- UpnEndpointIdentity.cs
- Process.cs
- EpmCustomContentDeSerializer.cs
- BufferModeSettings.cs
- SortDescription.cs
- StrongNameKeyPair.cs
- MetafileHeaderWmf.cs
- SimpleBitVector32.cs
- ButtonStandardAdapter.cs
- StylusPoint.cs
- DBSchemaTable.cs
- Binding.cs
- ValidatorCollection.cs
- LinqDataSourceInsertEventArgs.cs
- Polyline.cs
- ContextMarshalException.cs
- ExpressionConverter.cs
- UTF32Encoding.cs
- XmlSchemaImporter.cs
- ToolboxItemCollection.cs
- LabelLiteral.cs
- CriticalFinalizerObject.cs
- SqlRetyper.cs
- BulletChrome.cs
- UiaCoreApi.cs
- NCryptNative.cs
- SoapUnknownHeader.cs
- XmlDocumentFragment.cs
- AppSettingsExpressionEditor.cs
- CollectionsUtil.cs
- QilGeneratorEnv.cs
- ZoneIdentityPermission.cs
- SQLBinaryStorage.cs
- UpdateTracker.cs
- X509Utils.cs
- OleDbReferenceCollection.cs
- TearOffProxy.cs
- UpdatePanelTriggerCollection.cs
- EmptyImpersonationContext.cs
- SqlFlattener.cs
- COM2PictureConverter.cs
- MergePropertyDescriptor.cs
- XmlSchemaSequence.cs
- SiteMapNodeItemEventArgs.cs
- ParserHooks.cs
- InkCanvasFeedbackAdorner.cs
- LoadedOrUnloadedOperation.cs
- InputScopeAttribute.cs
- HMACMD5.cs
- PerformanceCountersElement.cs
- XamlTypeMapperSchemaContext.cs
- DrawTreeNodeEventArgs.cs
- CodeAttachEventStatement.cs
- CapabilitiesUse.cs
- GridViewColumnCollection.cs
- ConnectionInterfaceCollection.cs
- SimpleBitVector32.cs
- BigIntegerStorage.cs
- SortDescription.cs
- ThemeDirectoryCompiler.cs
- PageParserFilter.cs
- ConsoleCancelEventArgs.cs
- NativeMethods.cs
- TreeWalkHelper.cs
- ServiceInstallComponent.cs
- MessageContractImporter.cs
- SignatureHelper.cs
- IApplicationTrustManager.cs
- AudioException.cs
- WindowsFormsDesignerOptionService.cs
- CompilationPass2Task.cs