Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / EntryPointNotFoundException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated 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); } [System.Security.SecuritySafeCritical] // auto-generated 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
- WindowsProgressbar.cs
- XamlStyleSerializer.cs
- DynamicValidatorEventArgs.cs
- RepeatButtonAutomationPeer.cs
- MobileTemplatedControlDesigner.cs
- Formatter.cs
- HtmlShimManager.cs
- CodeSnippetCompileUnit.cs
- Constants.cs
- EventLogLink.cs
- PreProcessor.cs
- WebPartsPersonalization.cs
- SystemResourceHost.cs
- XamlReaderHelper.cs
- DbMetaDataFactory.cs
- BitmapMetadataBlob.cs
- InertiaTranslationBehavior.cs
- Int32Rect.cs
- CatalogPart.cs
- XmlSchemaFacet.cs
- DetailsViewPagerRow.cs
- CommandExpr.cs
- GradientStopCollection.cs
- SystemWebExtensionsSectionGroup.cs
- LinkUtilities.cs
- TextBoxView.cs
- IsolatedStorageFilePermission.cs
- InvokeDelegate.cs
- SequentialUshortCollection.cs
- CollectionType.cs
- InfoCardArgumentException.cs
- BaseProcessProtocolHandler.cs
- UriExt.cs
- DisplayNameAttribute.cs
- SQLBytes.cs
- CacheHelper.cs
- RayHitTestParameters.cs
- ServiceContractDetailViewControl.cs
- User.cs
- WorkflowTransactionService.cs
- SystemInformation.cs
- DialogBaseForm.cs
- KeyNotFoundException.cs
- Vector3DCollection.cs
- ComboBoxAutomationPeer.cs
- HttpRequestTraceRecord.cs
- Splitter.cs
- CustomValidator.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SqlUtils.cs
- DataGridViewHeaderCell.cs
- List.cs
- XamlWrappingReader.cs
- TypedTableBase.cs
- Reference.cs
- SystemSounds.cs
- ServiceBehaviorElementCollection.cs
- BamlCollectionHolder.cs
- CurrentChangingEventArgs.cs
- FrameworkElementFactory.cs
- WebPartMovingEventArgs.cs
- NestPullup.cs
- TextStore.cs
- InvalidAsynchronousStateException.cs
- ConfigDefinitionUpdates.cs
- _AcceptOverlappedAsyncResult.cs
- MemberAccessException.cs
- CompressedStack.cs
- SqlCacheDependency.cs
- InstanceCreationEditor.cs
- SettingsProperty.cs
- _KerberosClient.cs
- EntityRecordInfo.cs
- DesignTimeVisibleAttribute.cs
- TemplateBindingExpressionConverter.cs
- XmlAttributeCache.cs
- Geometry.cs
- SoapExtensionReflector.cs
- SqlFacetAttribute.cs
- namescope.cs
- GregorianCalendarHelper.cs
- ProcessThreadCollection.cs
- CodeGotoStatement.cs
- WmfPlaceableFileHeader.cs
- CompositeDispatchFormatter.cs
- TemplateControlBuildProvider.cs
- FileLogRecord.cs
- TextTreeDeleteContentUndoUnit.cs
- TextRange.cs
- XmlHierarchicalEnumerable.cs
- MouseOverProperty.cs
- Resources.Designer.cs
- FormsAuthenticationEventArgs.cs
- WinFormsComponentEditor.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DefinitionUpdate.cs
- GridEntry.cs
- RouteParametersHelper.cs
- SqlFormatter.cs
- BaseCollection.cs