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
- AudioException.cs
- LockCookie.cs
- SoapEnumAttribute.cs
- DiagnosticEventProvider.cs
- WebEvents.cs
- RightsManagementEncryptedStream.cs
- HostVisual.cs
- safelinkcollection.cs
- WeakReferenceEnumerator.cs
- LineUtil.cs
- BackgroundWorker.cs
- DataGrid.cs
- SerializationInfoEnumerator.cs
- DotExpr.cs
- UserUseLicenseDictionaryLoader.cs
- TextTreeTextBlock.cs
- InertiaExpansionBehavior.cs
- PieceNameHelper.cs
- XsltCompileContext.cs
- HandleCollector.cs
- CopyAction.cs
- AssociatedControlConverter.cs
- PersistChildrenAttribute.cs
- RegexInterpreter.cs
- DataGridViewMethods.cs
- LabelLiteral.cs
- ParameterToken.cs
- SerializationInfoEnumerator.cs
- Control.cs
- PriorityBindingExpression.cs
- WebPartConnectionsEventArgs.cs
- RuleInfoComparer.cs
- RegexCompilationInfo.cs
- SQLMoney.cs
- SmiMetaDataProperty.cs
- EmptyStringExpandableObjectConverter.cs
- ResolveDuplexAsyncResult.cs
- ToolTipAutomationPeer.cs
- ValidationEventArgs.cs
- xamlnodes.cs
- WebProxyScriptElement.cs
- TwoPhaseCommit.cs
- SmtpLoginAuthenticationModule.cs
- ToolStripDropDownClosingEventArgs.cs
- CustomValidator.cs
- ToolStripArrowRenderEventArgs.cs
- TransformerInfo.cs
- PeekCompletedEventArgs.cs
- GeneralTransform3D.cs
- TextEditorParagraphs.cs
- QueueProcessor.cs
- PrivilegedConfigurationManager.cs
- AssemblyBuilderData.cs
- ProvidersHelper.cs
- mansign.cs
- ObjectPropertyMapping.cs
- SqlCacheDependencyDatabase.cs
- DataGridViewRowHeaderCell.cs
- XmlElementAttributes.cs
- SQLInt32Storage.cs
- OdbcEnvironment.cs
- ECDsaCng.cs
- FillRuleValidation.cs
- RolePrincipal.cs
- LinqDataSourceContextData.cs
- NamedPermissionSet.cs
- StickyNoteAnnotations.cs
- HtmlSelectionListAdapter.cs
- CollectionContainer.cs
- GenericEnumConverter.cs
- SimpleType.cs
- MarkupWriter.cs
- RequestCacheManager.cs
- DataSourceBooleanViewSchemaConverter.cs
- WindowsScroll.cs
- QueryConverter.cs
- CodeNamespaceImport.cs
- ToolboxComponentsCreatedEventArgs.cs
- StreamResourceInfo.cs
- FlowDocumentReader.cs
- FontStretchConverter.cs
- TypeConverterValueSerializer.cs
- TransactionManager.cs
- ListDictionary.cs
- ViewStateException.cs
- StyleHelper.cs
- LicenseProviderAttribute.cs
- RegexNode.cs
- _SpnDictionary.cs
- DictionaryCustomTypeDescriptor.cs
- InternalTypeHelper.cs
- BitmapSourceSafeMILHandle.cs
- DrawingCollection.cs
- MessageLoggingFilterTraceRecord.cs
- OutputCacheSection.cs
- ObjectAssociationEndMapping.cs
- CircleEase.cs
- CompressEmulationStream.cs
- TextParaLineResult.cs
- BufferBuilder.cs