Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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) {
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// 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) {
}
}
}
// 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
- LassoHelper.cs
- XsdValidatingReader.cs
- CriticalHandle.cs
- MouseOverProperty.cs
- NavigationProgressEventArgs.cs
- OleDbConnectionInternal.cs
- PersistenceProviderElement.cs
- DataTemplate.cs
- ProcessHostConfigUtils.cs
- TemplatePagerField.cs
- PointUtil.cs
- VariantWrapper.cs
- ListViewHitTestInfo.cs
- HyperlinkAutomationPeer.cs
- MetadataCacheItem.cs
- _OSSOCK.cs
- CredentialManagerDialog.cs
- XmlReader.cs
- Vector3DConverter.cs
- SqlFlattener.cs
- XMLUtil.cs
- ComplusTypeValidator.cs
- CurrentTimeZone.cs
- PropertyTabAttribute.cs
- RegexMatch.cs
- EdgeProfileValidation.cs
- PathSegment.cs
- Rectangle.cs
- NonNullItemCollection.cs
- PeerApplication.cs
- FileDetails.cs
- IdentityNotMappedException.cs
- Int32RectConverter.cs
- SessionStateItemCollection.cs
- ObjectDataSource.cs
- ObjectHandle.cs
- Calendar.cs
- DataGridPageChangedEventArgs.cs
- DrawingVisual.cs
- IPEndPointCollection.cs
- SafeTokenHandle.cs
- DateTimeFormatInfoScanner.cs
- RemotingConfigParser.cs
- PerfService.cs
- WebRequestModulesSection.cs
- ThreadStartException.cs
- DetailsViewDeletedEventArgs.cs
- DataMisalignedException.cs
- StreamHelper.cs
- TileBrush.cs
- QilSortKey.cs
- AutoCompleteStringCollection.cs
- EdmEntityTypeAttribute.cs
- ToolboxComponentsCreatingEventArgs.cs
- DrawingAttributes.cs
- ConfigurationSection.cs
- CommandBinding.cs
- RevocationPoint.cs
- _AutoWebProxyScriptWrapper.cs
- WebPartHeaderCloseVerb.cs
- SerTrace.cs
- InfoCardUIAgent.cs
- DataBoundControlHelper.cs
- DynamicResourceExtensionConverter.cs
- XmlCollation.cs
- ToolStripButton.cs
- LayoutTableCell.cs
- OpCodes.cs
- WeakKeyDictionary.cs
- TextEditorThreadLocalStore.cs
- ProcessStartInfo.cs
- SynchronizedInputHelper.cs
- TextDecorationCollection.cs
- FontResourceCache.cs
- XmlSchemaAttribute.cs
- UriTemplateDispatchFormatter.cs
- NonBatchDirectoryCompiler.cs
- DSASignatureDeformatter.cs
- HttpListenerTimeoutManager.cs
- ValidatorAttribute.cs
- mda.cs
- CallContext.cs
- Int16Converter.cs
- ListItem.cs
- GeneralTransformGroup.cs
- OperandQuery.cs
- BindingMAnagerBase.cs
- LicenseProviderAttribute.cs
- UnSafeCharBuffer.cs
- ThicknessAnimation.cs
- TypeTypeConverter.cs
- InternalConfigRoot.cs
- XmlChildEnumerator.cs
- GlyphRunDrawing.cs
- ZipIOExtraField.cs
- BasicSecurityProfileVersion.cs
- SafeNativeMethods.cs
- XPathDocument.cs
- SourceItem.cs
- FixedSOMContainer.cs