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
- ItemCollection.cs
- LassoHelper.cs
- DataListItemCollection.cs
- ReferenceEqualityComparer.cs
- OleDbParameterCollection.cs
- WorkflowInstance.cs
- CommonGetThemePartSize.cs
- DefaultMemberAttribute.cs
- Console.cs
- SByte.cs
- DataGridCaption.cs
- RegexGroupCollection.cs
- ToolboxItem.cs
- ListViewItemMouseHoverEvent.cs
- Icon.cs
- XPathMessageContext.cs
- HttpDebugHandler.cs
- SpotLight.cs
- ConfigsHelper.cs
- Thread.cs
- DefaultHttpHandler.cs
- ProxyFragment.cs
- FontClient.cs
- AmbientValueAttribute.cs
- ToolStripPanelSelectionBehavior.cs
- InputBinding.cs
- CodeIdentifiers.cs
- XmlReaderSettings.cs
- SqlDuplicator.cs
- StateRuntime.cs
- MemoryStream.cs
- DWriteFactory.cs
- MsmqIntegrationBindingElement.cs
- FlowPanelDesigner.cs
- StaticResourceExtension.cs
- ClientTarget.cs
- FileCodeGroup.cs
- CodeAccessSecurityEngine.cs
- DataSourceSelectArguments.cs
- BaseInfoTable.cs
- StagingAreaInputItem.cs
- BulletChrome.cs
- DnsEndpointIdentity.cs
- AlignmentXValidation.cs
- TerminatorSinks.cs
- _SafeNetHandles.cs
- PerspectiveCamera.cs
- HwndStylusInputProvider.cs
- VoiceInfo.cs
- SqlStatistics.cs
- DataRecord.cs
- TextParagraphCache.cs
- MultipartIdentifier.cs
- TextShapeableCharacters.cs
- ValidatorCompatibilityHelper.cs
- AssemblyResourceLoader.cs
- MappingSource.cs
- BitHelper.cs
- SessionEndingCancelEventArgs.cs
- XmlILOptimizerVisitor.cs
- MediaElement.cs
- ISAPIApplicationHost.cs
- ColorContextHelper.cs
- SHA1.cs
- UnknownWrapper.cs
- DBBindings.cs
- CompiledQuery.cs
- HttpHeaderCollection.cs
- SQLStringStorage.cs
- Rotation3D.cs
- MetadataUtilsSmi.cs
- ValidationResult.cs
- Viewport2DVisual3D.cs
- PrinterSettings.cs
- TypeTypeConverter.cs
- HttpCacheParams.cs
- MediaTimeline.cs
- CodeDelegateInvokeExpression.cs
- Pair.cs
- Visual3D.cs
- TraceHandlerErrorFormatter.cs
- CacheDependency.cs
- FixUp.cs
- TaskCanceledException.cs
- Pen.cs
- MarkerProperties.cs
- ConcatQueryOperator.cs
- SettingsProperty.cs
- _SSPIWrapper.cs
- WorkflowInstanceRecord.cs
- CodeVariableReferenceExpression.cs
- AppDomainShutdownMonitor.cs
- HyperLink.cs
- SimpleBitVector32.cs
- SqlMethods.cs
- ZipFileInfoCollection.cs
- ReleaseInstanceMode.cs
- AliasGenerator.cs
- MouseButton.cs
- FontCacheLogic.cs