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
- ReaderWriterLock.cs
- HtmlFormWrapper.cs
- DataBindingExpressionBuilder.cs
- EvidenceBase.cs
- DesignerView.xaml.cs
- ValidationSummary.cs
- ArrayConverter.cs
- CompilerGeneratedAttribute.cs
- SoapFormatterSinks.cs
- XamlBrushSerializer.cs
- ToolStripGripRenderEventArgs.cs
- SystemThemeKey.cs
- OpenTypeLayoutCache.cs
- CustomErrorsSection.cs
- AssemblyAttributesGoHere.cs
- SafeRightsManagementSessionHandle.cs
- PriorityItem.cs
- ExtendedPropertiesHandler.cs
- ToolboxComponentsCreatedEventArgs.cs
- ButtonStandardAdapter.cs
- FormViewRow.cs
- ReadOnlyHierarchicalDataSource.cs
- DBConnectionString.cs
- SymmetricKeyWrap.cs
- IssuedTokenServiceElement.cs
- TextRangeSerialization.cs
- UserControlFileEditor.cs
- Dump.cs
- Psha1DerivedKeyGeneratorHelper.cs
- MarshalByRefObject.cs
- WebPartDisplayModeCancelEventArgs.cs
- TreeView.cs
- Ops.cs
- SafeCryptHandles.cs
- CurrencyManager.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- DataGridViewComboBoxCell.cs
- Timer.cs
- WorkflowInstanceAbortedRecord.cs
- VisualBrush.cs
- WebServiceParameterData.cs
- NetCodeGroup.cs
- OdbcReferenceCollection.cs
- _NetworkingPerfCounters.cs
- PackageProperties.cs
- RemotingAttributes.cs
- WindowsFont.cs
- BinaryMethodMessage.cs
- AddressHeaderCollection.cs
- XmlnsDefinitionAttribute.cs
- StylusPointDescription.cs
- GridItemPattern.cs
- Animatable.cs
- MsmqOutputSessionChannel.cs
- XmlLangPropertyAttribute.cs
- CompilerError.cs
- ToolStripControlHost.cs
- VScrollBar.cs
- HttpHostedTransportConfiguration.cs
- ProtocolViolationException.cs
- TextDecorationLocationValidation.cs
- DataGridToolTip.cs
- DocumentViewerConstants.cs
- WinFormsSpinner.cs
- SystemKeyConverter.cs
- FileEnumerator.cs
- EntityContainer.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- WorkerRequest.cs
- MetadataItem.cs
- DataGridViewColumnStateChangedEventArgs.cs
- OrderToken.cs
- WorkflowServiceHostFactory.cs
- SQLGuidStorage.cs
- WebResourceUtil.cs
- RegexFCD.cs
- AssemblyNameProxy.cs
- ProfileManager.cs
- ActivationArguments.cs
- SqlNotificationRequest.cs
- LoadRetryHandler.cs
- ServiceReflector.cs
- oledbconnectionstring.cs
- StaticContext.cs
- MenuItemBindingCollection.cs
- HatchBrush.cs
- Margins.cs
- DecimalStorage.cs
- EncodingTable.cs
- XmlValidatingReader.cs
- SapiAttributeParser.cs
- PerformanceCounterManager.cs
- WindowsButton.cs
- ManagedFilter.cs
- StatusBarItem.cs
- messageonlyhwndwrapper.cs
- ChannelToken.cs
- EndpointAddressAugust2004.cs
- VBIdentifierNameEditor.cs
- ExpressionConverter.cs