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
- LineGeometry.cs
- Activity.cs
- XmlSchemaSimpleType.cs
- ToolStripRendererSwitcher.cs
- ProcessHostConfigUtils.cs
- JulianCalendar.cs
- StreamSecurityUpgradeAcceptor.cs
- GeometryValueSerializer.cs
- ProfessionalColors.cs
- CallSiteOps.cs
- DesignerActionPanel.cs
- FrameworkElement.cs
- AttributeAction.cs
- SimpleFieldTemplateUserControl.cs
- newinstructionaction.cs
- TextEditorCharacters.cs
- RoutedEventArgs.cs
- LinqDataSourceSelectEventArgs.cs
- SoundPlayer.cs
- SimpleNameService.cs
- ButtonBase.cs
- MemberProjectedSlot.cs
- PageCatalogPart.cs
- BlobPersonalizationState.cs
- AttributeProviderAttribute.cs
- DataBindingCollectionEditor.cs
- DriveInfo.cs
- ObjectRef.cs
- ObjectCloneHelper.cs
- FactoryRecord.cs
- SerializationAttributes.cs
- SecurityKeyUsage.cs
- SymDocumentType.cs
- CheckBoxList.cs
- CriticalHandle.cs
- MeasureData.cs
- ContentIterators.cs
- DispatcherEventArgs.cs
- DbDeleteCommandTree.cs
- TreeNodeBindingDepthConverter.cs
- ClientRolePrincipal.cs
- TaiwanLunisolarCalendar.cs
- SchemaSetCompiler.cs
- NumberFormatter.cs
- Win32.cs
- FontFamily.cs
- RenderContext.cs
- CursorConverter.cs
- EncryptedReference.cs
- TypedTableBaseExtensions.cs
- Geometry3D.cs
- ReadOnlyPropertyMetadata.cs
- SecurityAppliedMessage.cs
- SingleTagSectionHandler.cs
- ResourceKey.cs
- CursorConverter.cs
- OperationInfoBase.cs
- ValueOfAction.cs
- ClientBuildManagerCallback.cs
- TextContainerHelper.cs
- Misc.cs
- BitmapEffect.cs
- JournalNavigationScope.cs
- BitmapEffectGroup.cs
- EndEvent.cs
- Merger.cs
- WindowsMenu.cs
- TemplateAction.cs
- WindowsNonControl.cs
- XmlSchemaAppInfo.cs
- GeometryValueSerializer.cs
- Underline.cs
- ResourceDefaultValueAttribute.cs
- PresentationAppDomainManager.cs
- SchemaManager.cs
- TreeViewAutomationPeer.cs
- WeakHashtable.cs
- DynamicActionMessageFilter.cs
- DataGridViewColumnCollection.cs
- TemplateKey.cs
- DeflateStream.cs
- HyperLinkColumn.cs
- DataGridViewRowStateChangedEventArgs.cs
- SoapElementAttribute.cs
- FileLogRecordEnumerator.cs
- CustomAttribute.cs
- ValidatingReaderNodeData.cs
- StoragePropertyMapping.cs
- DataTableReaderListener.cs
- WorkflowViewService.cs
- MonitoringDescriptionAttribute.cs
- PageAsyncTaskManager.cs
- TcpTransportSecurityElement.cs
- CngUIPolicy.cs
- WebPartManagerDesigner.cs
- StoreAnnotationsMap.cs
- AssociationSet.cs
- SqlMetaData.cs
- RawStylusInput.cs
- HttpListenerContext.cs