Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / EntryPointNotFoundException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated 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); } [System.Security.SecuritySafeCritical] // auto-generated 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
- StructuralObject.cs
- Label.cs
- IdentityReference.cs
- DataList.cs
- DataView.cs
- HtmlTableCell.cs
- BitmapFrame.cs
- MouseDevice.cs
- InvalidFilterCriteriaException.cs
- MethodExpression.cs
- Size3DConverter.cs
- LocalBuilder.cs
- RoleService.cs
- InlineCollection.cs
- BamlBinaryWriter.cs
- EndEvent.cs
- TemplateBindingExtension.cs
- ThaiBuddhistCalendar.cs
- CodeLinePragma.cs
- WebServiceHost.cs
- SimpleNameService.cs
- GeneralTransform3DTo2DTo3D.cs
- DataSourceDesigner.cs
- Compilation.cs
- Processor.cs
- ReadOnlyDataSourceView.cs
- WorkflowInstanceProvider.cs
- DataGridViewLinkColumn.cs
- TrackingExtract.cs
- GraphicsContainer.cs
- AddInDeploymentState.cs
- SamlDoNotCacheCondition.cs
- MembershipSection.cs
- SoundPlayerAction.cs
- QilLoop.cs
- EllipseGeometry.cs
- SurrogateDataContract.cs
- TreeView.cs
- StyleSelector.cs
- DataGridItemEventArgs.cs
- StateRuntime.cs
- ProxySimple.cs
- RootDesignerSerializerAttribute.cs
- DiscoveryProxy.cs
- DataGridTable.cs
- WebPageTraceListener.cs
- EdmConstants.cs
- Highlights.cs
- HostingEnvironmentException.cs
- AutoGeneratedField.cs
- DuplexChannelBinder.cs
- SingleSelectRootGridEntry.cs
- HtmlShim.cs
- IdentityHolder.cs
- AutoResizedEvent.cs
- SafeHandles.cs
- InternalMappingException.cs
- DateTimeParse.cs
- KeyedHashAlgorithm.cs
- SqlDataSourceCommandEventArgs.cs
- TreeViewCancelEvent.cs
- AnimationClockResource.cs
- _PooledStream.cs
- WebServiceEnumData.cs
- SafeCryptContextHandle.cs
- WebPart.cs
- PropertyChangedEventArgs.cs
- CodeAttributeArgument.cs
- JsonReader.cs
- SuppressMessageAttribute.cs
- TableLayoutPanel.cs
- XmlUrlResolver.cs
- SecurityDescriptor.cs
- TableItemPattern.cs
- DiscoveryClientOutputChannel.cs
- SvcMapFileSerializer.cs
- MemberProjectedSlot.cs
- ScrollPattern.cs
- DispatcherFrame.cs
- TemplateAction.cs
- SqlTriggerAttribute.cs
- SafeNativeMethods.cs
- LinearGradientBrush.cs
- Thumb.cs
- RegistryExceptionHelper.cs
- ObjectPropertyMapping.cs
- ExpressionEditorAttribute.cs
- XsltCompileContext.cs
- QuaternionIndependentAnimationStorage.cs
- TreeNodeConverter.cs
- SignatureConfirmations.cs
- RoleManagerModule.cs
- Image.cs
- NavigatorInput.cs
- FileLevelControlBuilderAttribute.cs
- BoundField.cs
- MergeLocalizationDirectives.cs
- WindowsStatic.cs
- CopyNamespacesAction.cs
- DateTimeValueSerializerContext.cs