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
- RoleManagerSection.cs
- CatalogPart.cs
- MapPathBasedVirtualPathProvider.cs
- PointAnimationUsingKeyFrames.cs
- querybuilder.cs
- SinglePageViewer.cs
- DataGridItemAutomationPeer.cs
- ValuePattern.cs
- PropertyTab.cs
- ScriptingProfileServiceSection.cs
- ReferencedCollectionType.cs
- ByteStream.cs
- TypeListConverter.cs
- MsmqChannelListenerBase.cs
- GeneralTransform2DTo3DTo2D.cs
- DateTimeOffset.cs
- _MultipleConnectAsync.cs
- GradientSpreadMethodValidation.cs
- DataGridViewElement.cs
- Matrix.cs
- entitydatasourceentitysetnameconverter.cs
- ApplicationServiceHelper.cs
- ScrollViewerAutomationPeer.cs
- SqlInternalConnectionTds.cs
- VectorValueSerializer.cs
- CustomMenuItemCollection.cs
- ArrayConverter.cs
- BuildProvider.cs
- RevocationPoint.cs
- NullableBoolConverter.cs
- PartDesigner.cs
- ThaiBuddhistCalendar.cs
- CompositionTarget.cs
- BrowserDefinitionCollection.cs
- LocatorPart.cs
- CustomValidator.cs
- ContainerAction.cs
- SqlUDTStorage.cs
- Visual.cs
- ExcCanonicalXml.cs
- ListViewItemEventArgs.cs
- RadioButton.cs
- SettingsAttributes.cs
- BorderGapMaskConverter.cs
- RequestUriProcessor.cs
- MultipartContentParser.cs
- BmpBitmapDecoder.cs
- SByteStorage.cs
- ReadOnlyCollectionBase.cs
- RegexWorker.cs
- BitConverter.cs
- XmlIncludeAttribute.cs
- HandlerMappingMemo.cs
- CompilerCollection.cs
- CuspData.cs
- ScrollBarRenderer.cs
- Monitor.cs
- PageAsyncTaskManager.cs
- MenuItemAutomationPeer.cs
- ComboBoxItem.cs
- MenuCommands.cs
- GlobalizationAssembly.cs
- DataServicePagingProviderWrapper.cs
- DataControlField.cs
- WizardForm.cs
- SchemaTableColumn.cs
- BooleanStorage.cs
- ClientProxyGenerator.cs
- ZipIORawDataFileBlock.cs
- ParallelTimeline.cs
- arc.cs
- SqlDuplicator.cs
- HelpKeywordAttribute.cs
- Cursors.cs
- MenuItemStyle.cs
- SQLDateTimeStorage.cs
- ExceptionRoutedEventArgs.cs
- ISAPIRuntime.cs
- StringDictionary.cs
- StaticFileHandler.cs
- TableDetailsCollection.cs
- QilSortKey.cs
- TextSelection.cs
- sapiproxy.cs
- SqlCacheDependencySection.cs
- RayHitTestParameters.cs
- DescriptionAttribute.cs
- ConditionalDesigner.cs
- RowsCopiedEventArgs.cs
- CodeEntryPointMethod.cs
- ScriptHandlerFactory.cs
- DynamicDiscoveryDocument.cs
- InstancePersistence.cs
- DatagridviewDisplayedBandsData.cs
- WindowsGrip.cs
- DescendantQuery.cs
- LinqDataSourceContextData.cs
- InvalidComObjectException.cs
- HostProtectionPermission.cs
- WindowsHyperlink.cs