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
- followingsibling.cs
- RuntimeHelpers.cs
- ScalarType.cs
- MethodRental.cs
- ExceptionValidationRule.cs
- NonParentingControl.cs
- GeneralTransform3D.cs
- WhitespaceReader.cs
- QilUnary.cs
- Label.cs
- JsonWriter.cs
- AutomationTextAttribute.cs
- ClientScriptManagerWrapper.cs
- AvTraceFormat.cs
- Types.cs
- LayoutUtils.cs
- Vector3DValueSerializer.cs
- WebEventTraceProvider.cs
- ExpressionContext.cs
- DependencyPropertyValueSerializer.cs
- AccessorTable.cs
- compensatingcollection.cs
- SeparatorAutomationPeer.cs
- PathFigureCollectionConverter.cs
- BuiltInExpr.cs
- NativeMethods.cs
- ColumnMapProcessor.cs
- AttributeAction.cs
- SafeNativeMethods.cs
- ImpersonateTokenRef.cs
- DependencyProperty.cs
- _NTAuthentication.cs
- IPPacketInformation.cs
- HashCodeCombiner.cs
- DynamicDataExtensions.cs
- Misc.cs
- CompositeDuplexBindingElementImporter.cs
- MSAAWinEventWrap.cs
- TemplateControlCodeDomTreeGenerator.cs
- RectangleHotSpot.cs
- HttpWebResponse.cs
- HttpRequestTraceRecord.cs
- GACIdentityPermission.cs
- XNodeValidator.cs
- PasswordRecovery.cs
- Formatter.cs
- XslAst.cs
- XmlNodeComparer.cs
- CompilerScope.cs
- ScaleTransform.cs
- ComboBoxItem.cs
- TreeViewBindingsEditor.cs
- PageFunction.cs
- SqlUserDefinedTypeAttribute.cs
- DataGridViewCell.cs
- SegmentInfo.cs
- GeometryValueSerializer.cs
- ListMarkerSourceInfo.cs
- ProfileEventArgs.cs
- TimelineGroup.cs
- RemotingSurrogateSelector.cs
- PeerObject.cs
- SQLInt32.cs
- CreateUserErrorEventArgs.cs
- DesignerAdRotatorAdapter.cs
- XPathNodeIterator.cs
- InputBuffer.cs
- BaseParaClient.cs
- ServiceDescription.cs
- DataSetMappper.cs
- SqlCharStream.cs
- ResourceExpression.cs
- CommandExpr.cs
- RadialGradientBrush.cs
- CodeNamespace.cs
- ListViewUpdatedEventArgs.cs
- ContentElement.cs
- EntityType.cs
- NamespaceDisplayAutomationPeer.cs
- ActivationServices.cs
- ObjectDataSourceWizardForm.cs
- HuffmanTree.cs
- DrawingAttributes.cs
- SamlSubject.cs
- TextBoxRenderer.cs
- CompositeActivityDesigner.cs
- AsyncContentLoadedEventArgs.cs
- TerminatorSinks.cs
- XmlDomTextWriter.cs
- TypeNameHelper.cs
- WebPartConnectionsConnectVerb.cs
- AssemblyInfo.cs
- CreationContext.cs
- nulltextnavigator.cs
- XPathDocument.cs
- HtmlImageAdapter.cs
- ToolStripMenuItem.cs
- SecurityAttributeGenerationHelper.cs
- StringAnimationBase.cs
- BufferedMessageData.cs