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
- PagesSection.cs
- HiddenFieldPageStatePersister.cs
- DataRowComparer.cs
- WindowsStreamSecurityElement.cs
- BitmapEffectRenderDataResource.cs
- UserControlCodeDomTreeGenerator.cs
- NavigationProperty.cs
- QueryContinueDragEvent.cs
- ToolStripPanelRow.cs
- ArithmeticException.cs
- XmlSerializationReader.cs
- WebPartConnectionsCancelVerb.cs
- PolyBezierSegment.cs
- CompiledAction.cs
- SelectedCellsChangedEventArgs.cs
- OleDbCommand.cs
- AttributeAction.cs
- TextSerializer.cs
- Component.cs
- WindowsGraphics2.cs
- ToggleButton.cs
- XmlUtilWriter.cs
- ValidatingPropertiesEventArgs.cs
- BuiltInPermissionSets.cs
- filewebresponse.cs
- Quack.cs
- Rules.cs
- ClientCultureInfo.cs
- FunctionDescription.cs
- MatrixUtil.cs
- HtmlWindowCollection.cs
- QueryStringParameter.cs
- NullableIntSumAggregationOperator.cs
- AttributeTable.cs
- DurableInstancingOptions.cs
- WindowsListViewGroupSubsetLink.cs
- SrgsSemanticInterpretationTag.cs
- WsatExtendedInformation.cs
- ProcessProtocolHandler.cs
- WsatConfiguration.cs
- ControlUtil.cs
- EnumDataContract.cs
- Rotation3D.cs
- Journal.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- Timeline.cs
- Configuration.cs
- MarginsConverter.cs
- RadioButtonDesigner.cs
- PackUriHelper.cs
- PassportAuthenticationEventArgs.cs
- PrivateFontCollection.cs
- ThicknessKeyFrameCollection.cs
- Int32Storage.cs
- CharConverter.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- QilFunction.cs
- X509Certificate.cs
- Pointer.cs
- Metafile.cs
- VisualStyleTypesAndProperties.cs
- OrderedDictionary.cs
- TerminatorSinks.cs
- ExpressionCopier.cs
- KeyNotFoundException.cs
- TextModifier.cs
- ParserExtension.cs
- WebSysDefaultValueAttribute.cs
- Gdiplus.cs
- httpapplicationstate.cs
- CngProvider.cs
- ValidatedMobileControlConverter.cs
- TextEditorDragDrop.cs
- Attributes.cs
- FunctionDetailsReader.cs
- ReaderWriterLock.cs
- RectConverter.cs
- ListBoxItemAutomationPeer.cs
- StringUtil.cs
- ListCollectionView.cs
- ConfigurationManagerInternalFactory.cs
- FormViewCommandEventArgs.cs
- PropertyEmitter.cs
- HtmlControlPersistable.cs
- LeaseManager.cs
- mediaeventshelper.cs
- SearchExpression.cs
- TemplatePartAttribute.cs
- TablePattern.cs
- EnumerableValidator.cs
- DataViewListener.cs
- WmlLabelAdapter.cs
- FlowLayout.cs
- ReadOnlyDataSource.cs
- ConsoleKeyInfo.cs
- ArgumentOutOfRangeException.cs
- XmlILIndex.cs
- SortQuery.cs
- BridgeDataReader.cs
- TextPointerBase.cs