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
- Focus.cs
- XMLSyntaxException.cs
- BrowserCapabilitiesCompiler.cs
- OleDbErrorCollection.cs
- MessageQueueCriteria.cs
- RTLAwareMessageBox.cs
- ReliableInputConnection.cs
- EventData.cs
- AddInContractAttribute.cs
- MsmqTransportElement.cs
- DesignerAdapterUtil.cs
- ColorDialog.cs
- BinaryFormatterWriter.cs
- TypeForwardedToAttribute.cs
- PriorityRange.cs
- OracleFactory.cs
- EtwTrace.cs
- Base64Encoding.cs
- StringUtil.cs
- EventWaitHandleSecurity.cs
- Int64.cs
- JsonServiceDocumentSerializer.cs
- HelloOperationCD1AsyncResult.cs
- FontSourceCollection.cs
- DataReaderContainer.cs
- Intellisense.cs
- BlockUIContainer.cs
- ProfessionalColors.cs
- BooleanKeyFrameCollection.cs
- JsonFormatWriterGenerator.cs
- ProfileService.cs
- LoadRetryConstantStrategy.cs
- ISFClipboardData.cs
- TableCellCollection.cs
- SqlXml.cs
- MetadataSource.cs
- RowVisual.cs
- WeakRefEnumerator.cs
- AttributeParameterInfo.cs
- ListArgumentProvider.cs
- TextBox.cs
- CombinedGeometry.cs
- Metadata.cs
- TextRunProperties.cs
- COSERVERINFO.cs
- WindowsToolbarItemAsMenuItem.cs
- Tool.cs
- DataListItemCollection.cs
- DataErrorValidationRule.cs
- DSACryptoServiceProvider.cs
- NamespaceMapping.cs
- OciEnlistContext.cs
- WindowsListViewGroupSubsetLink.cs
- ADMembershipUser.cs
- RelatedImageListAttribute.cs
- ConnectionConsumerAttribute.cs
- SelectionProcessor.cs
- OperationAbortedException.cs
- ObfuscateAssemblyAttribute.cs
- AddInContractAttribute.cs
- DetailsViewDesigner.cs
- GlobalAllocSafeHandle.cs
- mansign.cs
- PEFileReader.cs
- OpCellTreeNode.cs
- SelectionItemProviderWrapper.cs
- LinkedResourceCollection.cs
- OSEnvironmentHelper.cs
- XsltException.cs
- HighlightOverlayGlyph.cs
- TileBrush.cs
- ExpressionNode.cs
- cookiecollection.cs
- X509ChainPolicy.cs
- DataBoundControlAdapter.cs
- Marshal.cs
- WindowsSecurityToken.cs
- TextFindEngine.cs
- Scene3D.cs
- ObjectTokenCategory.cs
- UrlUtility.cs
- BamlLocalizer.cs
- IDictionary.cs
- SqlRowUpdatingEvent.cs
- OptimizedTemplateContent.cs
- Geometry3D.cs
- BrowserCapabilitiesFactoryBase.cs
- MasterPage.cs
- SystemException.cs
- ContextMenuStripGroup.cs
- FontFamilyValueSerializer.cs
- ImageAttributes.cs
- CheckBoxStandardAdapter.cs
- BuilderPropertyEntry.cs
- PixelFormat.cs
- ModulesEntry.cs
- ArrayMergeHelper.cs
- ClientBuildManager.cs
- BitmapEffectInputConnector.cs
- Transactions.cs