Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ProgressBar.cs
- StringInfo.cs
- ComboBoxRenderer.cs
- WindowsStatic.cs
- SafeIUnknown.cs
- DocumentXmlWriter.cs
- MailHeaderInfo.cs
- DataSource.cs
- SelectionProcessor.cs
- ImageBrush.cs
- XPathDocumentBuilder.cs
- PrePrepareMethodAttribute.cs
- DBSchemaTable.cs
- PieceDirectory.cs
- SimpleHandlerBuildProvider.cs
- Clipboard.cs
- XmlBinaryWriterSession.cs
- COM2ColorConverter.cs
- PeerNearMe.cs
- EnvironmentPermission.cs
- OracleBinary.cs
- WebBrowser.cs
- TraversalRequest.cs
- WebEncodingValidatorAttribute.cs
- HtmlUtf8RawTextWriter.cs
- PartDesigner.cs
- SerializableAuthorizationContext.cs
- Ref.cs
- WorkflowClientDeliverMessageWrapper.cs
- TextEditorCopyPaste.cs
- RenderData.cs
- Assert.cs
- SelectionWordBreaker.cs
- LightweightEntityWrapper.cs
- SHA512.cs
- CheckBox.cs
- sortedlist.cs
- PagePropertiesChangingEventArgs.cs
- Currency.cs
- LeafCellTreeNode.cs
- CodeTypeConstructor.cs
- FormViewRow.cs
- ProcessHostMapPath.cs
- OutputCache.cs
- WorkflowInstanceExtensionProvider.cs
- LineSegment.cs
- AnnotationDocumentPaginator.cs
- UnaryExpression.cs
- XmlWrappingReader.cs
- XmlElementAttribute.cs
- Comparer.cs
- Misc.cs
- Pair.cs
- BamlLocalizer.cs
- TableCell.cs
- ObjectReaderCompiler.cs
- OAVariantLib.cs
- ScriptControlDescriptor.cs
- DataTableTypeConverter.cs
- MemberDescriptor.cs
- SiteOfOriginPart.cs
- AffineTransform3D.cs
- MDIWindowDialog.cs
- EntityParameter.cs
- ProjectionCamera.cs
- ISFClipboardData.cs
- PropertyChangingEventArgs.cs
- WindowsFormsHostPropertyMap.cs
- CryptoHelper.cs
- FixedStringLookup.cs
- ParallelActivityDesigner.cs
- CategoryNameCollection.cs
- EntityDescriptor.cs
- DragCompletedEventArgs.cs
- UIPropertyMetadata.cs
- _SSPIWrapper.cs
- RuleEngine.cs
- StyleHelper.cs
- ImageMap.cs
- XmlSchemaSet.cs
- ActivityCollectionMarkupSerializer.cs
- LayoutEvent.cs
- webeventbuffer.cs
- KeyFrames.cs
- TableRowCollection.cs
- SettingsAttributeDictionary.cs
- ThreadInterruptedException.cs
- PersonalizationState.cs
- DataTableReaderListener.cs
- TCPClient.cs
- documentation.cs
- TreeBuilderBamlTranslator.cs
- NotFiniteNumberException.cs
- BuilderInfo.cs
- XmlNavigatorFilter.cs
- FixedSOMTableCell.cs
- PipelineComponent.cs
- HMAC.cs
- _BufferOffsetSize.cs
- FtpWebRequest.cs