Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HTMLTextWriter.cs
- Lasso.cs
- Vector3D.cs
- SourceFilter.cs
- COM2ExtendedTypeConverter.cs
- ContractCodeDomInfo.cs
- NativeMethods.cs
- BuildResult.cs
- ControlIdConverter.cs
- SmiConnection.cs
- TemplateBindingExtensionConverter.cs
- ComponentChangingEvent.cs
- UnsafeNativeMethods.cs
- SystemIPGlobalProperties.cs
- ScrollChrome.cs
- PartialArray.cs
- VirtualizingPanel.cs
- DefaultEventAttribute.cs
- BaseHashHelper.cs
- TransformerTypeCollection.cs
- ClassHandlersStore.cs
- GeneralTransformGroup.cs
- ClientBase.cs
- WebPartAuthorizationEventArgs.cs
- MetabaseServerConfig.cs
- ListBoxItem.cs
- ResolveDuplexCD1AsyncResult.cs
- WebInvokeAttribute.cs
- SmiEventSink.cs
- TextWriterTraceListener.cs
- ApplicationBuildProvider.cs
- FileUpload.cs
- Grant.cs
- ColorTranslator.cs
- SafeRightsManagementHandle.cs
- EFTableProvider.cs
- Vector3DConverter.cs
- DecimalConverter.cs
- RuntimeHandles.cs
- BaseCodePageEncoding.cs
- ResourcePermissionBase.cs
- NullableDoubleAverageAggregationOperator.cs
- StretchValidation.cs
- ProcessHostFactoryHelper.cs
- WebPartDisplayMode.cs
- ManagementBaseObject.cs
- COMException.cs
- MetadataElement.cs
- OleDbInfoMessageEvent.cs
- WebPartTracker.cs
- SendMessageRecord.cs
- Point3DCollection.cs
- EntityDataSourceContainerNameItem.cs
- DefaultBindingPropertyAttribute.cs
- HTTPAPI_VERSION.cs
- SqlClientFactory.cs
- ParsedRoute.cs
- Serializer.cs
- ContainerControl.cs
- SignatureGenerator.cs
- XmlObjectSerializerReadContextComplex.cs
- NotCondition.cs
- SingleConverter.cs
- MessageDesigner.cs
- ChangeDirector.cs
- columnmapfactory.cs
- ReaderOutput.cs
- DiagnosticsConfiguration.cs
- ToggleProviderWrapper.cs
- PackageFilter.cs
- OutputCacheSection.cs
- ListViewItemCollectionEditor.cs
- TemplatedMailWebEventProvider.cs
- ErrorRuntimeConfig.cs
- ViewBox.cs
- ComplexTypeEmitter.cs
- SchemaTableColumn.cs
- DateTimeOffset.cs
- SymbolEqualComparer.cs
- InvalidPrinterException.cs
- ByteStreamGeometryContext.cs
- RoutedEventConverter.cs
- HostedHttpTransportManager.cs
- RowUpdatedEventArgs.cs
- List.cs
- NetworkInformationPermission.cs
- SynchronizationContext.cs
- EntityDataSourceState.cs
- ModelChangedEventArgsImpl.cs
- WebPartHelpVerb.cs
- XmlArrayAttribute.cs
- WebPartConnectionsEventArgs.cs
- XmlChildNodes.cs
- Aes.cs
- CurrentTimeZone.cs
- HMACRIPEMD160.cs
- VariableQuery.cs
- AxHostDesigner.cs
- CustomAttributeFormatException.cs
- StatusBarItem.cs