Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Collections / Generic / KeyNotFoundException.cs / 1305376 / KeyNotFoundException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: KeyNotFoundException ** **[....] ** ** ** Purpose: Exception class for Hashtable and Dictionary. ** ** =============================================================================*/ namespace System.Collections.Generic { using System; using System.Runtime.Remoting; using System.Runtime.Serialization; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class KeyNotFoundException : SystemException, ISerializable { public KeyNotFoundException () : base(Environment.GetResourceString("Arg_KeyNotFound")) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } public KeyNotFoundException(String message) : base(message) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } public KeyNotFoundException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } [System.Security.SecuritySafeCritical] // auto-generated protected KeyNotFoundException(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: KeyNotFoundException ** **[....] ** ** ** Purpose: Exception class for Hashtable and Dictionary. ** ** =============================================================================*/ namespace System.Collections.Generic { using System; using System.Runtime.Remoting; using System.Runtime.Serialization; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class KeyNotFoundException : SystemException, ISerializable { public KeyNotFoundException () : base(Environment.GetResourceString("Arg_KeyNotFound")) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } public KeyNotFoundException(String message) : base(message) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } public KeyNotFoundException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(System.__HResults.COR_E_KEYNOTFOUND); } [System.Security.SecuritySafeCritical] // auto-generated protected KeyNotFoundException(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
- PropertyTabAttribute.cs
- QueryModel.cs
- DiscoveryReference.cs
- SystemThemeKey.cs
- ReachUIElementCollectionSerializer.cs
- HiddenField.cs
- CompiledRegexRunner.cs
- DataGrid.cs
- GetImportedCardRequest.cs
- ListenerElementsCollection.cs
- ToolTipAutomationPeer.cs
- WindowsAuthenticationModule.cs
- OdbcConnectionPoolProviderInfo.cs
- DashStyle.cs
- sqlser.cs
- SiteMap.cs
- updateconfighost.cs
- Token.cs
- SqlFacetAttribute.cs
- XPathBuilder.cs
- XamlHostingConfiguration.cs
- CompilationUtil.cs
- Crc32Helper.cs
- ThreadStaticAttribute.cs
- DynamicMetaObjectBinder.cs
- EntityContainerEntitySet.cs
- XmlObjectSerializerWriteContext.cs
- SoundPlayerAction.cs
- PackageStore.cs
- EventsTab.cs
- DataQuery.cs
- ServicePointManager.cs
- DataBoundControlHelper.cs
- ListBindingConverter.cs
- IPHostEntry.cs
- PropertyAccessVisitor.cs
- DataViewSetting.cs
- NameValuePair.cs
- ArithmeticException.cs
- OdbcStatementHandle.cs
- WebBrowsableAttribute.cs
- SerializationSectionGroup.cs
- _UncName.cs
- SelectionListComponentEditor.cs
- HtmlTitle.cs
- ListView.cs
- WSTrust.cs
- CookieProtection.cs
- UdpDiscoveryEndpointElement.cs
- RuntimeIdentifierPropertyAttribute.cs
- MatrixCamera.cs
- SessionStateSection.cs
- Win32Exception.cs
- CachedFontFace.cs
- BindingWorker.cs
- AuthorizationRule.cs
- SoapExtensionStream.cs
- ServicesExceptionNotHandledEventArgs.cs
- PeerApplication.cs
- XmlBaseReader.cs
- IdentityReference.cs
- TextSelectionHighlightLayer.cs
- Mutex.cs
- ModelProperty.cs
- GAC.cs
- SignedPkcs7.cs
- SiteMapHierarchicalDataSourceView.cs
- HttpResponseInternalBase.cs
- CharEnumerator.cs
- XAMLParseException.cs
- ListBindingHelper.cs
- XmlCodeExporter.cs
- TdsRecordBufferSetter.cs
- WebScriptMetadataInstanceContextProvider.cs
- ExtendedPropertyInfo.cs
- DebugInfo.cs
- MainMenu.cs
- ApplicationContext.cs
- RMPublishingDialog.cs
- XmlWriterTraceListener.cs
- RijndaelManagedTransform.cs
- SqlFunctionAttribute.cs
- WebPartConnectionsCloseVerb.cs
- SecurityTokenValidationException.cs
- HtmlElementEventArgs.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- ShapeTypeface.cs
- MailDefinition.cs
- AssemblyCache.cs
- AuthorizationRule.cs
- ElementProxy.cs
- ProbeMatchesApril2005.cs
- AssemblyCollection.cs
- GacUtil.cs
- CalendarModeChangedEventArgs.cs
- BuildManager.cs
- XmlElementList.cs
- WinEventWrap.cs
- ComAdminInterfaces.cs
- FileDialog_Vista.cs