Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / EntryPointNotFoundException.cs / 1 / EntryPointNotFoundException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: EntryPointNotFoundException ** ** ** Purpose: The exception class for some failed P/Invoke calls. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class EntryPointNotFoundException : TypeLoadException { public EntryPointNotFoundException() : base(Environment.GetResourceString("Arg_EntryPointNotFoundException")) { SetErrorCode(__HResults.COR_E_ENTRYPOINTNOTFOUND); } public EntryPointNotFoundException(String message) : base(message) { SetErrorCode(__HResults.COR_E_ENTRYPOINTNOTFOUND); } public EntryPointNotFoundException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_ENTRYPOINTNOTFOUND); } protected EntryPointNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ASCIIEncoding.cs
- DataAccessor.cs
- DataGridItemCollection.cs
- FloaterParagraph.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- MetadataArtifactLoaderResource.cs
- MissingSatelliteAssemblyException.cs
- DrawingImage.cs
- UnescapedXmlDiagnosticData.cs
- WebPartsPersonalization.cs
- XslNumber.cs
- ProfileProvider.cs
- EventTrigger.cs
- ToolboxItemImageConverter.cs
- ClientTargetSection.cs
- SessionStateItemCollection.cs
- SoapProtocolReflector.cs
- ValidationSummary.cs
- ThicknessAnimationBase.cs
- TcpConnectionPool.cs
- CapacityStreamGeometryContext.cs
- UIHelper.cs
- XmlSchemaDatatype.cs
- XPathDocument.cs
- DSACryptoServiceProvider.cs
- BamlVersionHeader.cs
- Command.cs
- _WebProxyDataBuilder.cs
- EditorBrowsableAttribute.cs
- KnownTypesHelper.cs
- SerialReceived.cs
- CookieProtection.cs
- Matrix3D.cs
- Equal.cs
- InputLangChangeRequestEvent.cs
- SqlAliasesReferenced.cs
- Compiler.cs
- ConnectionManagementSection.cs
- MouseActionConverter.cs
- RtfToXamlReader.cs
- ReachFixedPageSerializer.cs
- ActivationServices.cs
- CookieProtection.cs
- LoginView.cs
- EncodingInfo.cs
- CanonicalFormWriter.cs
- DbConnectionOptions.cs
- CompiledQueryCacheKey.cs
- StringDictionary.cs
- UIntPtr.cs
- MarkerProperties.cs
- SortDescription.cs
- ObjectNotFoundException.cs
- baseaxisquery.cs
- ContainerVisual.cs
- EncodingDataItem.cs
- PropertyValueChangedEvent.cs
- DataGridHeaderBorder.cs
- LocalFileSettingsProvider.cs
- PreservationFileReader.cs
- ActivityDefaults.cs
- SHA1CryptoServiceProvider.cs
- OleDbDataReader.cs
- DataViewListener.cs
- Crypto.cs
- ValidationPropertyAttribute.cs
- AccessDataSourceWizardForm.cs
- KeyboardDevice.cs
- RepeaterDesigner.cs
- VarInfo.cs
- ToolStripSystemRenderer.cs
- DeferredTextReference.cs
- DefaultValueAttribute.cs
- Light.cs
- ServicesUtilities.cs
- AuthenticationModuleElement.cs
- EntityUtil.cs
- RoleGroup.cs
- DataServiceProviderWrapper.cs
- Marshal.cs
- Help.cs
- DiscoveryMessageProperty.cs
- OverlappedAsyncResult.cs
- InvalidPropValue.cs
- XmlReflectionImporter.cs
- SessionEndingEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- SymbolType.cs
- ResetableIterator.cs
- ValidatorCollection.cs
- NameNode.cs
- SettingsAttributes.cs
- FilterQuery.cs
- ListViewSortEventArgs.cs
- SystemWebCachingSectionGroup.cs
- StringConcat.cs
- SingleKeyFrameCollection.cs
- TransactionBridge.cs
- ConfigXmlElement.cs
- XhtmlBasicValidatorAdapter.cs