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
- HtmlWindowCollection.cs
- IndependentAnimationStorage.cs
- CompositeScriptReferenceEventArgs.cs
- ClientScriptManagerWrapper.cs
- SmiContext.cs
- RijndaelManaged.cs
- SvcFileManager.cs
- StickyNoteAnnotations.cs
- SingleObjectCollection.cs
- ObjectConverter.cs
- TreeView.cs
- GZipDecoder.cs
- ProxyWebPartConnectionCollection.cs
- CompoundFileStorageReference.cs
- ObjectIDGenerator.cs
- PtsCache.cs
- ColorPalette.cs
- MultipartContentParser.cs
- TextViewElement.cs
- ProtocolViolationException.cs
- BitmapMetadataBlob.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SafeNativeMethods.cs
- OdbcConnection.cs
- OdbcException.cs
- SqlServices.cs
- ProfilePropertySettingsCollection.cs
- SqlResolver.cs
- ResourceDescriptionAttribute.cs
- EmptyEnumerator.cs
- ScaleTransform3D.cs
- DefaultProxySection.cs
- NodeFunctions.cs
- BaseTemplateParser.cs
- QueryAccessibilityHelpEvent.cs
- SoapHeader.cs
- Repeater.cs
- XmlUnspecifiedAttribute.cs
- WebHttpBehavior.cs
- safex509handles.cs
- ListViewItemCollectionEditor.cs
- UniqueSet.cs
- ImageAttributes.cs
- PageVisual.cs
- EdmComplexTypeAttribute.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- Int64Converter.cs
- XmlWellformedWriter.cs
- Journaling.cs
- ObjectViewListener.cs
- AnonymousIdentificationSection.cs
- Normalization.cs
- SR.Designer.cs
- ExclusiveTcpListener.cs
- AtlasWeb.Designer.cs
- DataControlFieldTypeEditor.cs
- DescendantBaseQuery.cs
- IntPtr.cs
- StaticExtension.cs
- ColumnMap.cs
- EventMappingSettings.cs
- RawStylusInputCustomDataList.cs
- GenericsInstances.cs
- KnownTypes.cs
- XmlSchemaDocumentation.cs
- ValidatorCompatibilityHelper.cs
- RegexWorker.cs
- UpdatePanelControlTrigger.cs
- SendReply.cs
- FunctionNode.cs
- ThemeDictionaryExtension.cs
- Memoizer.cs
- MatrixCamera.cs
- HtmlInputPassword.cs
- InfoCardBaseException.cs
- URI.cs
- WindowsRichEditRange.cs
- Visual3DCollection.cs
- ProcessModelInfo.cs
- Int64Converter.cs
- XmlReaderDelegator.cs
- ServiceMemoryGates.cs
- SupportsEventValidationAttribute.cs
- DomainConstraint.cs
- Trace.cs
- MachineKeyConverter.cs
- CodeTryCatchFinallyStatement.cs
- HostedElements.cs
- BitStack.cs
- MsmqIntegrationSecurityElement.cs
- XsltArgumentList.cs
- HostingEnvironmentException.cs
- DataObjectMethodAttribute.cs
- CodeAccessSecurityEngine.cs
- RelationshipEnd.cs
- SetIndexBinder.cs
- PrinterUnitConvert.cs
- SymLanguageVendor.cs
- Debugger.cs
- Int32.cs