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
- DefaultValueTypeConverter.cs
- ResourceCodeDomSerializer.cs
- AutomationElementIdentifiers.cs
- WebControlsSection.cs
- UIElementCollection.cs
- PolyBezierSegment.cs
- XpsException.cs
- PassportAuthenticationEventArgs.cs
- SoapSchemaImporter.cs
- UserNamePasswordValidator.cs
- ChannelFactory.cs
- HwndSource.cs
- EntityContainerEmitter.cs
- TextRangeProviderWrapper.cs
- WmpBitmapEncoder.cs
- ListViewDeleteEventArgs.cs
- ProviderConnectionPoint.cs
- BitmapVisualManager.cs
- HttpsChannelFactory.cs
- BevelBitmapEffect.cs
- wgx_render.cs
- CryptoProvider.cs
- SettingsAttributes.cs
- TextBreakpoint.cs
- BinaryMethodMessage.cs
- SequentialUshortCollection.cs
- PenLineCapValidation.cs
- AppDomainCompilerProxy.cs
- FontNamesConverter.cs
- Part.cs
- CodeTypeDeclaration.cs
- ReadOnlyCollection.cs
- WebBrowsableAttribute.cs
- MemoryMappedViewStream.cs
- CompareValidator.cs
- RuntimeHelpers.cs
- Bits.cs
- BindingManagerDataErrorEventArgs.cs
- OdbcCommand.cs
- SchemaCollectionPreprocessor.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ProxyElement.cs
- PolicyStatement.cs
- XamlValidatingReader.cs
- TableItemProviderWrapper.cs
- EntityDataSourceView.cs
- ExpressionBuilder.cs
- HtmlForm.cs
- SystemInformation.cs
- PixelShader.cs
- NetworkInformationPermission.cs
- DateTimeConstantAttribute.cs
- LineBreakRecord.cs
- TabControlAutomationPeer.cs
- CacheSection.cs
- AppDomainEvidenceFactory.cs
- OutputCacheProfileCollection.cs
- DependencyPropertyKey.cs
- DbTransaction.cs
- Calendar.cs
- XpsFont.cs
- ServerValidateEventArgs.cs
- ISSmlParser.cs
- WmlTextBoxAdapter.cs
- ZipIOBlockManager.cs
- OleDbErrorCollection.cs
- PropertyChangedEventArgs.cs
- WindowHideOrCloseTracker.cs
- ManagementScope.cs
- ObjectViewFactory.cs
- MimeMapping.cs
- ActivityExecutionContext.cs
- ValidationContext.cs
- CodeExpressionStatement.cs
- DesignUtil.cs
- OdbcDataAdapter.cs
- ImageAnimator.cs
- SafeSystemMetrics.cs
- Blend.cs
- SetStoryboardSpeedRatio.cs
- Adorner.cs
- MethodRental.cs
- VisualStates.cs
- StorageBasedPackageProperties.cs
- QueryOptionExpression.cs
- BatchStream.cs
- StringBuilder.cs
- SqlErrorCollection.cs
- MappingException.cs
- DbParameterHelper.cs
- SerialPinChanges.cs
- SqlDataSourceQuery.cs
- HttpTransportBindingElement.cs
- FormatVersion.cs
- WindowsPrincipal.cs
- ToolBarButton.cs
- EventLogPermissionEntry.cs
- ImageUrlEditor.cs
- ResourceReader.cs
- PrivilegeNotHeldException.cs