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
- FontNameConverter.cs
- SystemIcmpV6Statistics.cs
- ListSortDescription.cs
- UriExt.cs
- ExpressionTable.cs
- CodeDirectoryCompiler.cs
- DockPatternIdentifiers.cs
- QualificationDataAttribute.cs
- dataSvcMapFileLoader.cs
- EventSourceCreationData.cs
- PartialCachingAttribute.cs
- SqlFunctionAttribute.cs
- ProgressBarRenderer.cs
- ArraySet.cs
- XpsS0ValidatingLoader.cs
- FastPropertyAccessor.cs
- ScrollBarAutomationPeer.cs
- _ProxyRegBlob.cs
- HttpClientCertificate.cs
- AuthorizationPolicyTypeElement.cs
- TemplateField.cs
- MetafileHeader.cs
- BevelBitmapEffect.cs
- ContextMenuService.cs
- CqlGenerator.cs
- EntityDataSourceStatementEditorForm.cs
- ClrProviderManifest.cs
- oledbconnectionstring.cs
- OleDbCommandBuilder.cs
- XmlSchemaValidator.cs
- BuilderInfo.cs
- safelink.cs
- MethodToken.cs
- StringUtil.cs
- LineProperties.cs
- _SingleItemRequestCache.cs
- HttpContext.cs
- StructuredProperty.cs
- BaseTemplateBuildProvider.cs
- ReaderOutput.cs
- SolidBrush.cs
- SoapElementAttribute.cs
- IISMapPath.cs
- ReflectEventDescriptor.cs
- FixedHyperLink.cs
- TreeViewItem.cs
- MimeObjectFactory.cs
- AddInEnvironment.cs
- Roles.cs
- ConfigurationManagerHelper.cs
- ListDictionaryInternal.cs
- EditorServiceContext.cs
- ByteRangeDownloader.cs
- MatrixCamera.cs
- XXXOnTypeBuilderInstantiation.cs
- OdbcConnectionHandle.cs
- ColumnResult.cs
- ListenerSessionConnection.cs
- PersonalizationProvider.cs
- RequestNavigateEventArgs.cs
- GifBitmapEncoder.cs
- Route.cs
- ImageSource.cs
- ProxyGenerationError.cs
- ClientTarget.cs
- MarshalDirectiveException.cs
- RC2.cs
- ProxyAttribute.cs
- SemaphoreFullException.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- EDesignUtil.cs
- DiscoveryOperationContextExtension.cs
- MethodAccessException.cs
- EncryptedPackage.cs
- CodeObject.cs
- Encoder.cs
- CodeDirectiveCollection.cs
- DataServiceCollectionOfT.cs
- ContentFilePart.cs
- CheckBoxAutomationPeer.cs
- SelectionChangedEventArgs.cs
- MutexSecurity.cs
- SmtpReplyReaderFactory.cs
- baseaxisquery.cs
- ButtonFieldBase.cs
- BamlBinaryReader.cs
- BitmapEffectGroup.cs
- AffineTransform3D.cs
- CalendarButton.cs
- OverloadGroupAttribute.cs
- SecurityPermission.cs
- WebReferenceOptions.cs
- CodeTypeDeclarationCollection.cs
- FormatterServices.cs
- XmlSchemaAll.cs
- LayoutInformation.cs
- BeginStoryboard.cs
- HMACSHA512.cs
- Documentation.cs
- BrowserInteropHelper.cs