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
- ParameterReplacerVisitor.cs
- ToolStripItemBehavior.cs
- LogManagementAsyncResult.cs
- CommonDialog.cs
- QilPatternFactory.cs
- ClientFormsAuthenticationCredentials.cs
- FixedTextSelectionProcessor.cs
- PasswordDeriveBytes.cs
- InputMethod.cs
- XmlChildEnumerator.cs
- ConfigXmlSignificantWhitespace.cs
- FragmentQuery.cs
- KeysConverter.cs
- EntityDescriptor.cs
- ZipIOLocalFileDataDescriptor.cs
- CommittableTransaction.cs
- RayMeshGeometry3DHitTestResult.cs
- SqlConnectionStringBuilder.cs
- CallTemplateAction.cs
- PublisherMembershipCondition.cs
- ContextMenuService.cs
- StateChangeEvent.cs
- WebServiceClientProxyGenerator.cs
- TimeSpanValidator.cs
- FontDifferentiator.cs
- ErrorStyle.cs
- WebPartDisplayModeEventArgs.cs
- StrokeNode.cs
- SerializerProvider.cs
- AmbientProperties.cs
- EntityContainerEmitter.cs
- TraceContextEventArgs.cs
- NameTable.cs
- CodeTypeParameterCollection.cs
- SafeArrayRankMismatchException.cs
- SoapElementAttribute.cs
- AutoCompleteStringCollection.cs
- StrongNameUtility.cs
- LogicalExpr.cs
- PipelineComponent.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- Span.cs
- MultipleViewProviderWrapper.cs
- Membership.cs
- ForEachAction.cs
- ExceptionHelpers.cs
- AssemblySettingAttributes.cs
- ObfuscationAttribute.cs
- DecodeHelper.cs
- CollectionView.cs
- XpsImage.cs
- ObjectStateManager.cs
- HitTestParameters.cs
- TreeViewImageIndexConverter.cs
- ConfigXmlText.cs
- NativeObjectSecurity.cs
- EntryIndex.cs
- _SslSessionsCache.cs
- SharedTcpTransportManager.cs
- GenericEnumConverter.cs
- XPathSelectionIterator.cs
- SharedTcpTransportManager.cs
- ObjectSet.cs
- ItemCheckedEvent.cs
- SharedUtils.cs
- ContextProperty.cs
- FrameworkElementAutomationPeer.cs
- XmlSerializationGeneratedCode.cs
- TextEditorParagraphs.cs
- Accessible.cs
- DbProviderConfigurationHandler.cs
- XamlToRtfWriter.cs
- ButtonFlatAdapter.cs
- CodeArgumentReferenceExpression.cs
- DebuggerAttributes.cs
- RowToParametersTransformer.cs
- SqlMethodTransformer.cs
- DataSourceView.cs
- PeerName.cs
- figurelength.cs
- NullToBooleanConverter.cs
- TemplateApplicationHelper.cs
- DataTemplateSelector.cs
- Normalization.cs
- ColumnMapProcessor.cs
- IncomingWebResponseContext.cs
- NopReturnReader.cs
- MimePart.cs
- ObjectDataSource.cs
- ComplexPropertyEntry.cs
- OleDbCommand.cs
- CompiledQueryCacheKey.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- CodeTypeReference.cs
- PrimaryKeyTypeConverter.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataGridViewDataConnection.cs
- precedingsibling.cs
- OperatorExpressions.cs
- Classification.cs