Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DataTableReaderListener.cs
- SecurityPolicySection.cs
- CleanUpVirtualizedItemEventArgs.cs
- CompilerErrorCollection.cs
- SortedSet.cs
- FieldAccessException.cs
- SkewTransform.cs
- StateMachineSubscription.cs
- hresults.cs
- PresentationSource.cs
- ToolboxItemAttribute.cs
- InstalledFontCollection.cs
- TimerElapsedEvenArgs.cs
- TypeBuilder.cs
- SqlFunctionAttribute.cs
- DiscoveryReferences.cs
- MimeTypeMapper.cs
- DispatcherExceptionEventArgs.cs
- WinEventTracker.cs
- XmlQualifiedNameTest.cs
- DataGridTablesFactory.cs
- FontCacheUtil.cs
- HTMLTagNameToTypeMapper.cs
- SrgsItemList.cs
- RemotingClientProxy.cs
- LoginView.cs
- SkipStoryboardToFill.cs
- NavigationCommands.cs
- LogLogRecordEnumerator.cs
- DrawingContextDrawingContextWalker.cs
- DataPagerFieldCollection.cs
- HttpGetProtocolReflector.cs
- GroupItemAutomationPeer.cs
- LogLogRecord.cs
- ResponseStream.cs
- PersonalizationAdministration.cs
- PopupRoot.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DataGridViewIntLinkedList.cs
- SqlDataSourceSummaryPanel.cs
- ClassHandlersStore.cs
- LayoutSettings.cs
- SelectionChangedEventArgs.cs
- UnsafeNativeMethods.cs
- ColumnTypeConverter.cs
- StrongBox.cs
- FormViewModeEventArgs.cs
- ToolStripPanelCell.cs
- Int32CAMarshaler.cs
- ExtensionQuery.cs
- TextTreeDeleteContentUndoUnit.cs
- XmlDictionary.cs
- UrlPropertyAttribute.cs
- CloudCollection.cs
- RelatedPropertyManager.cs
- ObjectQuery_EntitySqlExtensions.cs
- MenuItemCollection.cs
- ContextStaticAttribute.cs
- CodeGotoStatement.cs
- SimpleHandlerFactory.cs
- CodeExporter.cs
- RsaKeyGen.cs
- InfoCardXmlSerializer.cs
- QueryCursorEventArgs.cs
- UnmanagedBitmapWrapper.cs
- DataBindingCollection.cs
- StateWorkerRequest.cs
- AddValidationError.cs
- DataObjectAttribute.cs
- RequestSecurityTokenResponseCollection.cs
- CommandLibraryHelper.cs
- SpanIndex.cs
- SHA256.cs
- LayoutEngine.cs
- OrderedDictionary.cs
- NameValueConfigurationElement.cs
- SmiTypedGetterSetter.cs
- ScrollableControl.cs
- TabPanel.cs
- FocusManager.cs
- StringAttributeCollection.cs
- Tuple.cs
- ExpressionLink.cs
- PointCollectionConverter.cs
- SpellerStatusTable.cs
- GradientBrush.cs
- EditableRegion.cs
- WSTrustFeb2005.cs
- CacheMemory.cs
- DoubleKeyFrameCollection.cs
- MessageQueueConverter.cs
- DataRecordInfo.cs
- MarkupCompilePass2.cs
- PresentationSource.cs
- MergeLocalizationDirectives.cs
- WebPageTraceListener.cs
- RegexReplacement.cs
- EditorPartCollection.cs
- MessagePropertyDescriptionCollection.cs
- ParameterCollection.cs