Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- FillRuleValidation.cs
- TcpConnectionPoolSettingsElement.cs
- HtmlControlPersistable.cs
- SmiContextFactory.cs
- XPathParser.cs
- DataControlCommands.cs
- ValueUtilsSmi.cs
- IPPacketInformation.cs
- Lease.cs
- TdsParser.cs
- ExpressionLexer.cs
- ICspAsymmetricAlgorithm.cs
- StorageModelBuildProvider.cs
- AudioBase.cs
- DecoderBestFitFallback.cs
- MetadataItemCollectionFactory.cs
- ElementProxy.cs
- PropertyPanel.cs
- CompatibleIComparer.cs
- ConfigXmlElement.cs
- PowerModeChangedEventArgs.cs
- ToolStripMenuItem.cs
- XPathAxisIterator.cs
- Expression.cs
- CodeSubDirectoriesCollection.cs
- CellIdBoolean.cs
- AssociationTypeEmitter.cs
- TcpServerChannel.cs
- ResourceSetExpression.cs
- CodeVariableDeclarationStatement.cs
- AnimationLayer.cs
- Cursor.cs
- TypeUnloadedException.cs
- StrokeNodeData.cs
- ValidationContext.cs
- JavascriptXmlWriterWrapper.cs
- NameValueCollection.cs
- OLEDB_Enum.cs
- TextEffectCollection.cs
- TypeForwardedToAttribute.cs
- WriteStateInfoBase.cs
- WorkflowOwnerAsyncResult.cs
- ProfileSection.cs
- String.cs
- ValidationHelper.cs
- SafeNativeMethods.cs
- ListInitExpression.cs
- EventListener.cs
- XmlAtomicValue.cs
- HtmlTable.cs
- WindowsClientElement.cs
- DbProviderFactoriesConfigurationHandler.cs
- OptimizerPatterns.cs
- XPathNavigator.cs
- DeploymentExceptionMapper.cs
- MergeEnumerator.cs
- FilterElement.cs
- TraceHandlerErrorFormatter.cs
- EdgeProfileValidation.cs
- XmlChoiceIdentifierAttribute.cs
- OperatorExpressions.cs
- Wizard.cs
- ToolStripControlHost.cs
- FixedFindEngine.cs
- ResourcePart.cs
- FastPropertyAccessor.cs
- RegularExpressionValidator.cs
- SqlDataSourceConfigureSortForm.cs
- StyleSheet.cs
- StreamReader.cs
- WindowsAuthenticationEventArgs.cs
- dsa.cs
- BitStream.cs
- UnaryNode.cs
- ProcessThreadCollection.cs
- Stack.cs
- DesignBindingConverter.cs
- SystemIPGlobalProperties.cs
- GridViewItemAutomationPeer.cs
- MenuItemStyleCollection.cs
- formatter.cs
- SmiConnection.cs
- QueuePathEditor.cs
- TreeViewEvent.cs
- VerticalAlignConverter.cs
- MultiAsyncResult.cs
- EncoderBestFitFallback.cs
- BaseParser.cs
- EntityDataSourceWrapperCollection.cs
- UpDownBase.cs
- WebPartConnectionsConfigureVerb.cs
- OracleInfoMessageEventArgs.cs
- ContractMethodInfo.cs
- TimeSpanOrInfiniteConverter.cs
- DataBindEngine.cs
- DbConnectionStringCommon.cs
- DataViewManager.cs
- UpdatePanelControlTrigger.cs
- Attributes.cs
- DetailsViewUpdateEventArgs.cs