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
- EntityDataSourceEntityTypeFilterItem.cs
- LoginName.cs
- Tablet.cs
- TdsParserHelperClasses.cs
- DataSourceCache.cs
- ConfigPathUtility.cs
- SqlConnectionPoolProviderInfo.cs
- WindowsScrollBarBits.cs
- SamlAuthorizationDecisionClaimResource.cs
- ScriptHandlerFactory.cs
- PreservationFileWriter.cs
- X509Certificate2.cs
- ObjectItemNoOpAssemblyLoader.cs
- IDReferencePropertyAttribute.cs
- MouseDevice.cs
- StringSorter.cs
- AssemblyAttributes.cs
- JobCollate.cs
- XmlDataSourceView.cs
- TextEditorThreadLocalStore.cs
- KernelTypeValidation.cs
- CharKeyFrameCollection.cs
- InkCollectionBehavior.cs
- SafeBitVector32.cs
- Int32CAMarshaler.cs
- WebAdminConfigurationHelper.cs
- ImageSourceValueSerializer.cs
- XmlDesigner.cs
- ListViewContainer.cs
- DesignerWebPartChrome.cs
- ComponentSerializationService.cs
- SchemaSetCompiler.cs
- Schedule.cs
- BitmapData.cs
- ConnectionPointCookie.cs
- WindowHideOrCloseTracker.cs
- XmlCharCheckingReader.cs
- SelectorItemAutomationPeer.cs
- EventLogEntryCollection.cs
- DataGridHyperlinkColumn.cs
- HttpHostedTransportConfiguration.cs
- AutoResetEvent.cs
- SmtpTransport.cs
- SafeViewOfFileHandle.cs
- CorrelationValidator.cs
- RSAPKCS1SignatureFormatter.cs
- UnsafeNativeMethods.cs
- TextReader.cs
- Native.cs
- HtmlInputHidden.cs
- BindingManagerDataErrorEventArgs.cs
- ResolveResponse.cs
- EntityDataSourceDataSelectionPanel.cs
- TextCompositionEventArgs.cs
- FontUnit.cs
- WebPartDisplayMode.cs
- EventLogHandle.cs
- CqlQuery.cs
- ControlCollection.cs
- Error.cs
- ParserStack.cs
- ProviderConnectionPointCollection.cs
- InvokeHandlers.cs
- ResolveNameEventArgs.cs
- CommandEventArgs.cs
- DetectEofStream.cs
- AsyncResult.cs
- IntegerValidator.cs
- Metadata.cs
- ToolbarAUtomationPeer.cs
- TypeConverterAttribute.cs
- PasswordRecovery.cs
- SingleAnimationBase.cs
- ExecutionEngineException.cs
- HttpFileCollectionWrapper.cs
- XPathScanner.cs
- ConsoleKeyInfo.cs
- DeviceSpecificChoiceCollection.cs
- EventLogEntry.cs
- OpacityConverter.cs
- ExpressionQuoter.cs
- AssociationSetMetadata.cs
- DBConnection.cs
- SecurityListenerSettingsLifetimeManager.cs
- UndoManager.cs
- DataKeyArray.cs
- WrappedKeySecurityTokenParameters.cs
- ScopelessEnumAttribute.cs
- WebPartConnectionsConfigureVerb.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- BaseProcessor.cs
- ProjectionAnalyzer.cs
- Compiler.cs
- SQLInt16Storage.cs
- IResourceProvider.cs
- ValidatingReaderNodeData.cs
- WebPartCloseVerb.cs
- UniqueEventHelper.cs
- JsonReaderWriterFactory.cs
- ProtocolInformationReader.cs