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
- HostSecurityManager.cs
- Graphics.cs
- Interlocked.cs
- PeerCollaborationPermission.cs
- BamlRecords.cs
- StrongNameUtility.cs
- RequiredFieldValidator.cs
- StorageModelBuildProvider.cs
- FtpCachePolicyElement.cs
- WebReferencesBuildProvider.cs
- M3DUtil.cs
- ParameterElement.cs
- TransportChannelFactory.cs
- Component.cs
- ClientConfigPaths.cs
- UriTemplateCompoundPathSegment.cs
- Vector3DAnimationBase.cs
- SecurityTokenRequirement.cs
- Volatile.cs
- Polygon.cs
- Utils.cs
- ManualResetEvent.cs
- EDesignUtil.cs
- SQLMoneyStorage.cs
- EncodingDataItem.cs
- Serializer.cs
- RoutedEventHandlerInfo.cs
- CellNormalizer.cs
- XmlSchemaObject.cs
- ColumnTypeConverter.cs
- SqlDataSourceCache.cs
- ProofTokenCryptoHandle.cs
- CustomSignedXml.cs
- FrugalMap.cs
- Rect3D.cs
- XmlTextReaderImplHelpers.cs
- ListViewContainer.cs
- SamlAuthenticationClaimResource.cs
- Timer.cs
- DiagnosticTraceSource.cs
- ProviderIncompatibleException.cs
- FixedSOMTableRow.cs
- PlaceHolder.cs
- EpmContentDeSerializer.cs
- ScrollViewerAutomationPeer.cs
- CustomCategoryAttribute.cs
- PointLightBase.cs
- AccessDataSource.cs
- ColorTranslator.cs
- GroupStyle.cs
- QueryParameter.cs
- FileDialogCustomPlace.cs
- RootAction.cs
- ResourceReferenceExpression.cs
- SymmetricKey.cs
- ZoneMembershipCondition.cs
- SymLanguageVendor.cs
- RequiredFieldValidator.cs
- DBConnectionString.cs
- TypeConverterHelper.cs
- QilDataSource.cs
- ClientScriptManager.cs
- ArraySubsetEnumerator.cs
- MessageProtectionOrder.cs
- GlyphRunDrawing.cs
- SplashScreenNativeMethods.cs
- WebBrowserPermission.cs
- EntitySqlQueryBuilder.cs
- CodeArrayIndexerExpression.cs
- EntityFrameworkVersions.cs
- RequestCachingSection.cs
- MouseGestureConverter.cs
- ExpandedProjectionNode.cs
- HttpDebugHandler.cs
- DataServiceCollectionOfT.cs
- TrustSection.cs
- SystemIPAddressInformation.cs
- DropShadowBitmapEffect.cs
- InputGestureCollection.cs
- StructuredProperty.cs
- ThreadAttributes.cs
- ConfigurationValue.cs
- SessionPageStateSection.cs
- ToolboxItem.cs
- ConfigsHelper.cs
- SqlUtils.cs
- WindowsScrollBar.cs
- HandlerBase.cs
- WebPartAuthorizationEventArgs.cs
- DocumentViewerBaseAutomationPeer.cs
- ParameterElement.cs
- ToolStripLabel.cs
- ParameterInfo.cs
- LayoutEditorPart.cs
- CheckPair.cs
- StringBuilder.cs
- RenderOptions.cs
- StringValueConverter.cs
- MenuItem.cs
- ConsumerConnectionPointCollection.cs