Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- HttpModuleActionCollection.cs
- ByteConverter.cs
- SqlUtils.cs
- XmlConvert.cs
- FlowDecisionLabelFeature.cs
- RectangleConverter.cs
- BrushMappingModeValidation.cs
- XmlArrayAttribute.cs
- ScriptHandlerFactory.cs
- FlowchartDesigner.xaml.cs
- XPathMultyIterator.cs
- RoutedPropertyChangedEventArgs.cs
- Int64Converter.cs
- GridLengthConverter.cs
- NumericUpDown.cs
- StoreItemCollection.Loader.cs
- DbMetaDataColumnNames.cs
- Pair.cs
- DialogResultConverter.cs
- CapiSafeHandles.cs
- XsltLibrary.cs
- RegisteredExpandoAttribute.cs
- SourceFileInfo.cs
- SecurityKeyUsage.cs
- DrawingDrawingContext.cs
- ExceptionList.cs
- SecurityUtils.cs
- HtmlInputSubmit.cs
- Baml2006ReaderFrame.cs
- DllNotFoundException.cs
- XhtmlBasicObjectListAdapter.cs
- ChtmlImageAdapter.cs
- GraphicsPathIterator.cs
- AdRotator.cs
- ItemAutomationPeer.cs
- HandleTable.cs
- streamingZipPartStream.cs
- Image.cs
- DiscoveryClientReferences.cs
- WriteTimeStream.cs
- MessageVersion.cs
- XmlDataSourceView.cs
- CodeEventReferenceExpression.cs
- sqlser.cs
- ContainerUIElement3D.cs
- SerializationException.cs
- XmlSchemaAttributeGroupRef.cs
- CheckBoxBaseAdapter.cs
- QueryInterceptorAttribute.cs
- EngineSite.cs
- SqlAliaser.cs
- Int16AnimationUsingKeyFrames.cs
- FlagsAttribute.cs
- EventPropertyMap.cs
- Model3D.cs
- AdditionalEntityFunctions.cs
- FunctionUpdateCommand.cs
- ListItemConverter.cs
- ResourceDisplayNameAttribute.cs
- WorkflowApplicationEventArgs.cs
- AnimationClock.cs
- DuplicateWaitObjectException.cs
- SerialStream.cs
- BoundField.cs
- TableFieldsEditor.cs
- NamespaceExpr.cs
- DockEditor.cs
- FileSystemEventArgs.cs
- PagedDataSource.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ExecutionEngineException.cs
- GeometryGroup.cs
- DataKeyPropertyAttribute.cs
- OleTxTransactionInfo.cs
- _LocalDataStore.cs
- basecomparevalidator.cs
- FixedPosition.cs
- RecognizedPhrase.cs
- NegatedConstant.cs
- WindowsScrollBarBits.cs
- WebPartConnectionsCancelEventArgs.cs
- CfgSemanticTag.cs
- Imaging.cs
- querybuilder.cs
- ReflectPropertyDescriptor.cs
- WorkflowRuntimeEndpoint.cs
- ToolStripPanelSelectionGlyph.cs
- PanelDesigner.cs
- XmlCharType.cs
- CompilerParameters.cs
- FastEncoderWindow.cs
- BindingOperations.cs
- SingleTagSectionHandler.cs
- DbUpdateCommandTree.cs
- BindableTemplateBuilder.cs
- CodePageUtils.cs
- PartialClassGenerationTask.cs
- PrePrepareMethodAttribute.cs
- SimpleBitVector32.cs
- DropAnimation.xaml.cs