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
- SimpleBitVector32.cs
- WorkflowControlEndpoint.cs
- FontClient.cs
- Point3DAnimation.cs
- InputBinding.cs
- RegistryKey.cs
- ManifestResourceInfo.cs
- DataListComponentEditor.cs
- RemoveStoryboard.cs
- ElementProxy.cs
- TransactionProxy.cs
- WindowsScrollBarBits.cs
- SourceLineInfo.cs
- CodeSubDirectory.cs
- XhtmlBasicValidationSummaryAdapter.cs
- Form.cs
- TransactionBridge.cs
- UdpTransportSettingsElement.cs
- CommandHelpers.cs
- PropertyIdentifier.cs
- ThreadStateException.cs
- SplitContainer.cs
- DeviceSpecificDesigner.cs
- SqlLiftIndependentRowExpressions.cs
- ClientTargetCollection.cs
- HttpCookiesSection.cs
- SignatureDescription.cs
- SequenceNumber.cs
- XPathNavigatorReader.cs
- KeyBinding.cs
- VoiceObjectToken.cs
- SqlSupersetValidator.cs
- RewritingPass.cs
- GatewayDefinition.cs
- SqlDataSourceSelectingEventArgs.cs
- Substitution.cs
- XmlArrayItemAttribute.cs
- CorrelationManager.cs
- FillBehavior.cs
- LinqDataSourceStatusEventArgs.cs
- Task.cs
- EncoderParameter.cs
- QueryAccessibilityHelpEvent.cs
- DynamicRouteExpression.cs
- IntegrationExceptionEventArgs.cs
- SignatureToken.cs
- RenderData.cs
- SqlClientPermission.cs
- PageHandlerFactory.cs
- QilTargetType.cs
- Merger.cs
- TextEditorThreadLocalStore.cs
- Highlights.cs
- WinEventTracker.cs
- MethodExecutor.cs
- NativeMethods.cs
- ListItemCollection.cs
- ClientConvert.cs
- BuildProviderCollection.cs
- AttributeCollection.cs
- AsymmetricAlgorithm.cs
- SortDescription.cs
- XmlAttributeAttribute.cs
- MemberAccessException.cs
- SettingsPropertyValue.cs
- XmlSchemaGroupRef.cs
- OfTypeExpression.cs
- SiteMapNodeItemEventArgs.cs
- CodeCastExpression.cs
- IDReferencePropertyAttribute.cs
- TypedReference.cs
- SqlCachedBuffer.cs
- AppendHelper.cs
- DesignerVerb.cs
- HttpConfigurationSystem.cs
- GridViewDeletedEventArgs.cs
- EllipticalNodeOperations.cs
- SafeNativeMethods.cs
- SystemWebSectionGroup.cs
- SetState.cs
- Int32AnimationBase.cs
- _BasicClient.cs
- ProcessModule.cs
- HwndSource.cs
- remotingproxy.cs
- SafeProcessHandle.cs
- BrowserCapabilitiesCompiler.cs
- StopStoryboard.cs
- SqlBuffer.cs
- CallContext.cs
- SplineKeyFrames.cs
- ErrorTolerantObjectWriter.cs
- DelegatingHeader.cs
- FixUpCollection.cs
- OrderedDictionaryStateHelper.cs
- DrawingState.cs
- RoleService.cs
- SelectionHighlightInfo.cs
- DataMemberFieldEditor.cs
- MembershipSection.cs