Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- Attribute.cs
- XmlQualifiedNameTest.cs
- InvalidOperationException.cs
- latinshape.cs
- UpDownBaseDesigner.cs
- StringArrayConverter.cs
- nulltextnavigator.cs
- WindowsIPAddress.cs
- TypeResolver.cs
- Operand.cs
- Collection.cs
- ApplicationDirectory.cs
- CryptographicAttribute.cs
- MessageSmuggler.cs
- StrokeRenderer.cs
- CustomErrorsSectionWrapper.cs
- ZipIOExtraField.cs
- SchemaInfo.cs
- PrivateFontCollection.cs
- TokenizerHelper.cs
- WebAdminConfigurationHelper.cs
- ProtocolsSection.cs
- SimpleLine.cs
- RelatedCurrencyManager.cs
- CheckableControlBaseAdapter.cs
- MemberDescriptor.cs
- PresentationAppDomainManager.cs
- AttributeProviderAttribute.cs
- ErasingStroke.cs
- CharUnicodeInfo.cs
- VisualProxy.cs
- ObjectManager.cs
- _UriTypeConverter.cs
- SqlRecordBuffer.cs
- MulticastOption.cs
- Cursors.cs
- ClosureBinding.cs
- DataGridViewRowCancelEventArgs.cs
- XamlSerializer.cs
- DataGridViewSortCompareEventArgs.cs
- FrameSecurityDescriptor.cs
- Constraint.cs
- BaseDataListDesigner.cs
- ScrollData.cs
- OleDbStruct.cs
- ErrorProvider.cs
- UpnEndpointIdentityExtension.cs
- TableProviderWrapper.cs
- ValidationError.cs
- UrlParameterReader.cs
- ConfigurationLocation.cs
- BackStopAuthenticationModule.cs
- WebBrowserSiteBase.cs
- AddingNewEventArgs.cs
- XPathSelfQuery.cs
- XmlSchemaSequence.cs
- ObjectPersistData.cs
- SHA1Cng.cs
- CursorConverter.cs
- UdpDuplexChannel.cs
- CngProperty.cs
- EditBehavior.cs
- XamlUtilities.cs
- ManualResetEventSlim.cs
- HScrollBar.cs
- TdsEnums.cs
- BaseComponentEditor.cs
- ExpandCollapseProviderWrapper.cs
- NamespaceEmitter.cs
- ResolveNameEventArgs.cs
- CellConstantDomain.cs
- EntryIndex.cs
- BrowserCapabilitiesCompiler.cs
- SqlNotificationEventArgs.cs
- DrawingCollection.cs
- DataGridColumnHeaderCollection.cs
- QfeChecker.cs
- MiniCustomAttributeInfo.cs
- WrapperEqualityComparer.cs
- PersonalizationProvider.cs
- PenCursorManager.cs
- CompilerResults.cs
- RegexGroupCollection.cs
- CorrelationService.cs
- PageEventArgs.cs
- coordinator.cs
- BasicDesignerLoader.cs
- InkSerializer.cs
- SqlBinder.cs
- ResourceProviderFactory.cs
- DataGridViewCellEventArgs.cs
- BamlRecordWriter.cs
- DataControlFieldCell.cs
- RecordBuilder.cs
- _FtpDataStream.cs
- HostExecutionContextManager.cs
- MenuItem.cs
- TextModifierScope.cs
- CodeCastExpression.cs
- WebPartConnectionsCloseVerb.cs