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
- FacetEnabledSchemaElement.cs
- InvalidContentTypeException.cs
- MetadataPropertyvalue.cs
- ContextBase.cs
- GlyphRunDrawing.cs
- PropertyValidationContext.cs
- SQLDateTimeStorage.cs
- DataGridViewDataConnection.cs
- AccessedThroughPropertyAttribute.cs
- DoubleAnimationBase.cs
- DataBoundControlHelper.cs
- SecurityKeyType.cs
- MenuItemStyleCollection.cs
- OleDbTransaction.cs
- ListControlBoundActionList.cs
- XmlnsPrefixAttribute.cs
- MDIControlStrip.cs
- FolderBrowserDialogDesigner.cs
- BinHexEncoder.cs
- KnownColorTable.cs
- SystemWebExtensionsSectionGroup.cs
- IisTraceWebEventProvider.cs
- QueryPageSettingsEventArgs.cs
- XmlTextEncoder.cs
- StateDesigner.cs
- XmlSchema.cs
- AuthorizationRuleCollection.cs
- ConnectionInterfaceCollection.cs
- CatalogZoneBase.cs
- ArrayList.cs
- _BufferOffsetSize.cs
- WebPartConnectionsCancelEventArgs.cs
- HtmlInputSubmit.cs
- FromReply.cs
- SystemResourceHost.cs
- DataObjectMethodAttribute.cs
- LambdaCompiler.Generated.cs
- DesignerSerializationOptionsAttribute.cs
- FrameworkContentElement.cs
- Rect.cs
- CompilerTypeWithParams.cs
- CursorConverter.cs
- SourceFileInfo.cs
- SqlNodeAnnotation.cs
- TreeNodeEventArgs.cs
- HostExecutionContextManager.cs
- XmlSchemas.cs
- DtdParser.cs
- BinaryParser.cs
- ActivityDesigner.cs
- SoundPlayer.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- ControllableStoryboardAction.cs
- SizeAnimationUsingKeyFrames.cs
- SchemaAttDef.cs
- PaintValueEventArgs.cs
- X509Chain.cs
- ExtendedPropertyDescriptor.cs
- EpmCustomContentDeSerializer.cs
- WindowHideOrCloseTracker.cs
- ReadOnlyPermissionSet.cs
- SpAudioStreamWrapper.cs
- StructuredTypeEmitter.cs
- Graph.cs
- StackBuilderSink.cs
- BitmapMetadata.cs
- FamilyMap.cs
- SqlCharStream.cs
- XmlHelper.cs
- DeobfuscatingStream.cs
- controlskin.cs
- EdmEntityTypeAttribute.cs
- HttpFileCollection.cs
- EdmMember.cs
- EditorZone.cs
- bindurihelper.cs
- PersonalizationStateQuery.cs
- _SafeNetHandles.cs
- FileLoadException.cs
- BitmapVisualManager.cs
- StringBuilder.cs
- FlowDocumentReader.cs
- ProfileService.cs
- ZeroOpNode.cs
- DefaultDiscoveryServiceExtension.cs
- InsufficientMemoryException.cs
- Logging.cs
- GlobalProxySelection.cs
- SwitchLevelAttribute.cs
- DesignBindingConverter.cs
- VectorKeyFrameCollection.cs
- FrameworkContextData.cs
- Point3D.cs
- GridViewColumnHeaderAutomationPeer.cs
- DataServiceStreamResponse.cs
- SafeMILHandleMemoryPressure.cs
- prefixendpointaddressmessagefiltertable.cs
- InternalRelationshipCollection.cs
- ConstrainedDataObject.cs
- ImageInfo.cs