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
- _ConnectOverlappedAsyncResult.cs
- PerformanceCounterPermissionEntry.cs
- figurelengthconverter.cs
- MexHttpsBindingCollectionElement.cs
- CompModSwitches.cs
- PointCollectionValueSerializer.cs
- AppSecurityManager.cs
- thaishape.cs
- Matrix3DStack.cs
- _AuthenticationState.cs
- InputLanguageManager.cs
- ApplicationDirectoryMembershipCondition.cs
- precedingsibling.cs
- TrustSection.cs
- RequestResizeEvent.cs
- DecimalAnimationUsingKeyFrames.cs
- SiteMapNode.cs
- InvalidCastException.cs
- SqlNotificationEventArgs.cs
- IntegerFacetDescriptionElement.cs
- InternalSafeNativeMethods.cs
- EntityParameter.cs
- AstTree.cs
- ContainerUIElement3D.cs
- MultidimensionalArrayItemReference.cs
- Activation.cs
- ServerIdentity.cs
- TextEmbeddedObject.cs
- SqlClientWrapperSmiStream.cs
- ResourceAttributes.cs
- EndGetFileNameFromUserRequest.cs
- TextEditorParagraphs.cs
- SchemaSetCompiler.cs
- ListBoxItemWrapperAutomationPeer.cs
- RuleSettingsCollection.cs
- GridViewRowCollection.cs
- SharedUtils.cs
- DataViewManagerListItemTypeDescriptor.cs
- OleDbDataReader.cs
- UnSafeCharBuffer.cs
- SecurityElement.cs
- SpecularMaterial.cs
- ExtentJoinTreeNode.cs
- UrlPropertyAttribute.cs
- ObjectDesignerDataSourceView.cs
- UriTemplateQueryValue.cs
- RenderingBiasValidation.cs
- DataGridDesigner.cs
- SmtpFailedRecipientsException.cs
- NativeMethods.cs
- IpcServerChannel.cs
- RawKeyboardInputReport.cs
- SBCSCodePageEncoding.cs
- SafeRightsManagementQueryHandle.cs
- EdmRelationshipRoleAttribute.cs
- PackageProperties.cs
- UITypeEditor.cs
- Serializer.cs
- AnonymousIdentificationSection.cs
- IgnoreFileBuildProvider.cs
- _ConnectStream.cs
- RadioButtonBaseAdapter.cs
- AsymmetricSignatureDeformatter.cs
- OleDbTransaction.cs
- MobileControlDesigner.cs
- EdmFunction.cs
- RegistrationProxy.cs
- PermissionSetTriple.cs
- WebPartExportVerb.cs
- ObjectListItemCollection.cs
- UrlPath.cs
- SkewTransform.cs
- CharEntityEncoderFallback.cs
- ToolboxComponentsCreatedEventArgs.cs
- TimeSpanConverter.cs
- FileLogRecord.cs
- SqlPersonalizationProvider.cs
- StdValidatorsAndConverters.cs
- KeyEvent.cs
- OperationParameterInfo.cs
- DragEventArgs.cs
- UpdateProgress.cs
- PackageRelationshipCollection.cs
- ServiceObjectContainer.cs
- FolderLevelBuildProviderCollection.cs
- BitmapFrameDecode.cs
- HandleCollector.cs
- FileIOPermission.cs
- DataShape.cs
- SqlCacheDependency.cs
- SmiGettersStream.cs
- TextBoxBase.cs
- TypefaceMetricsCache.cs
- MissingSatelliteAssemblyException.cs
- ExceptionUtil.cs
- DataRelationPropertyDescriptor.cs
- GlobalizationAssembly.cs
- AccessText.cs
- MethodBody.cs
- TypeSemantics.cs