Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / EntryPointNotFoundException.cs / 1305376 / 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);
}
[System.Security.SecuritySafeCritical] // auto-generated
protected EntryPointNotFoundException(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
- ScrollProviderWrapper.cs
- StructuredTypeInfo.cs
- WebScriptMetadataMessageEncoderFactory.cs
- AdPostCacheSubstitution.cs
- SQLBytes.cs
- ConfigXmlComment.cs
- XmlElementAttribute.cs
- UnknownWrapper.cs
- GroupLabel.cs
- _ShellExpression.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- CacheAxisQuery.cs
- WmlPageAdapter.cs
- ChangePassword.cs
- TextContainer.cs
- OuterGlowBitmapEffect.cs
- RubberbandSelector.cs
- ValueChangedEventManager.cs
- ModuleBuilder.cs
- Attributes.cs
- WebSysDefaultValueAttribute.cs
- ListViewGroupItemCollection.cs
- TraceHandlerErrorFormatter.cs
- BamlLocalizabilityResolver.cs
- DrawingContext.cs
- PauseStoryboard.cs
- HttpRequest.cs
- HttpRuntime.cs
- DiscoveryReference.cs
- SessionMode.cs
- HotSpotCollection.cs
- ScriptingJsonSerializationSection.cs
- MessageSecurityVersion.cs
- SoapReflectionImporter.cs
- Facet.cs
- ExternalException.cs
- CategoryNameCollection.cs
- StringSource.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- BindingNavigator.cs
- RC2.cs
- SourceInterpreter.cs
- CodeTypeConstructor.cs
- OleDbTransaction.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- SelectorItemAutomationPeer.cs
- DesignerLoader.cs
- ReferentialConstraint.cs
- Figure.cs
- MailSettingsSection.cs
- PerformanceCounterPermissionEntry.cs
- AuthenticationSection.cs
- ItemDragEvent.cs
- HitTestWithPointDrawingContextWalker.cs
- SecurityManager.cs
- ConstructorArgumentAttribute.cs
- MultipleViewProviderWrapper.cs
- DoubleLinkListEnumerator.cs
- BindingValueChangedEventArgs.cs
- SchemaHelper.cs
- NativeMethods.cs
- ChtmlTextWriter.cs
- ZipArchive.cs
- RegisteredExpandoAttribute.cs
- BrowserInteropHelper.cs
- AccessText.cs
- DbProviderFactory.cs
- SrgsText.cs
- ListParagraph.cs
- CapabilitiesRule.cs
- WindowsGraphicsCacheManager.cs
- ActiveXHelper.cs
- Keywords.cs
- DataGridColumn.cs
- LoggedException.cs
- OleTxTransaction.cs
- AxisAngleRotation3D.cs
- TextDecoration.cs
- ItemCollection.cs
- TextEffect.cs
- ExpressionsCollectionEditor.cs
- ConditionalAttribute.cs
- XmlSchemaAttributeGroupRef.cs
- GridSplitter.cs
- UICuesEvent.cs
- XmlObjectSerializerWriteContext.cs
- ToggleButtonAutomationPeer.cs
- ServiceDescriptionImporter.cs
- VisualTarget.cs
- DelayedRegex.cs
- EditBehavior.cs
- _DisconnectOverlappedAsyncResult.cs
- ReflectionPermission.cs
- BinaryQueryOperator.cs
- DbConnectionFactory.cs
- XhtmlBasicObjectListAdapter.cs
- PenThreadPool.cs
- WsdlInspector.cs
- ConfigXmlElement.cs
- Queue.cs