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
- ContentType.cs
- ConnectionPoolManager.cs
- TabControlAutomationPeer.cs
- IItemProperties.cs
- WindowsGraphicsCacheManager.cs
- EntityConnectionStringBuilder.cs
- TypeHelpers.cs
- SecurityContext.cs
- FrameworkElementFactoryMarkupObject.cs
- DataGridColumn.cs
- Scalars.cs
- BamlStream.cs
- SqlError.cs
- RowTypePropertyElement.cs
- TemplateXamlParser.cs
- JavaScriptString.cs
- CloudCollection.cs
- LookupNode.cs
- XmlBaseWriter.cs
- CompilationSection.cs
- UrlAuthFailedErrorFormatter.cs
- ComplexType.cs
- NetCodeGroup.cs
- TraceUtility.cs
- ScriptingWebServicesSectionGroup.cs
- DataRecordInfo.cs
- SerializationTrace.cs
- XmlComment.cs
- Shape.cs
- SourceFileInfo.cs
- DataListItemCollection.cs
- basevalidator.cs
- MdiWindowListStrip.cs
- ValueExpressions.cs
- MimeObjectFactory.cs
- SkewTransform.cs
- PageCodeDomTreeGenerator.cs
- BrowserCapabilitiesFactoryBase.cs
- WebPartDisplayMode.cs
- ECDiffieHellman.cs
- ToolStripContentPanel.cs
- WeakKeyDictionary.cs
- DependencyPropertyConverter.cs
- MtomMessageEncodingBindingElement.cs
- Screen.cs
- TcpChannelHelper.cs
- ToolStripDropDownClosedEventArgs.cs
- ResourceType.cs
- HostingPreferredMapPath.cs
- ThrowHelper.cs
- SqlTransaction.cs
- BmpBitmapDecoder.cs
- BasicAsyncResult.cs
- Annotation.cs
- SqlDataSourceFilteringEventArgs.cs
- DataFormat.cs
- BinaryFormatterWriter.cs
- Content.cs
- CardSpacePolicyElement.cs
- Menu.cs
- OciHandle.cs
- XamlSerializerUtil.cs
- OutOfProcStateClientManager.cs
- FindCriteria11.cs
- ToolStripMenuItem.cs
- BCryptHashAlgorithm.cs
- Transactions.cs
- GridViewEditEventArgs.cs
- TextPointer.cs
- WebHttpBinding.cs
- ApplicationTrust.cs
- XmlNullResolver.cs
- DataColumnCollection.cs
- DataControlButton.cs
- SafeArchiveContext.cs
- XMLSyntaxException.cs
- ReliableChannelBinder.cs
- AndCondition.cs
- Rectangle.cs
- UniqueConstraint.cs
- XhtmlConformanceSection.cs
- StylusPointProperties.cs
- DuplicateWaitObjectException.cs
- CacheChildrenQuery.cs
- AppDomainGrammarProxy.cs
- HiddenFieldPageStatePersister.cs
- QilBinary.cs
- CheckedListBox.cs
- WebPartTracker.cs
- SqlBooleanMismatchVisitor.cs
- RealizationContext.cs
- BlobPersonalizationState.cs
- TailCallAnalyzer.cs
- DynamicObject.cs
- TextRangeSerialization.cs
- _UriSyntax.cs
- DrawingCollection.cs
- BridgeDataReader.cs
- assertwrapper.cs
- FormView.cs