Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / DllNotFoundException.cs / 1 / DllNotFoundException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: DllNotFoundException ** ** ** 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 DllNotFoundException : TypeLoadException { public DllNotFoundException() : base(Environment.GetResourceString("Arg_DllNotFoundException")) { SetErrorCode(__HResults.COR_E_DLLNOTFOUND); } public DllNotFoundException(String message) : base(message) { SetErrorCode(__HResults.COR_E_DLLNOTFOUND); } public DllNotFoundException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_DLLNOTFOUND); } protected DllNotFoundException(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompilerCollection.cs
- TextTreeTextNode.cs
- PermissionToken.cs
- HttpPostedFile.cs
- Debug.cs
- BamlCollectionHolder.cs
- RuntimeConfig.cs
- ExternalException.cs
- ReplacementText.cs
- DescriptionAttribute.cs
- MailHeaderInfo.cs
- ConfigurationStrings.cs
- BulletedListEventArgs.cs
- SqlDataSourceRefreshSchemaForm.cs
- ThreadPool.cs
- HostingEnvironmentException.cs
- DesignerDataTableBase.cs
- TraceContext.cs
- ToolStripTextBox.cs
- XmlDsigSep2000.cs
- Inflater.cs
- DiscoveryClientBindingElement.cs
- UnsafeNativeMethods.cs
- SimpleApplicationHost.cs
- LeftCellWrapper.cs
- TemplatedAdorner.cs
- Regex.cs
- XmlQueryType.cs
- GridItemProviderWrapper.cs
- ExpressionBuilderCollection.cs
- PropertyRef.cs
- WorkflowRuntimeServiceElement.cs
- DispatchOperation.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- sqlinternaltransaction.cs
- SerializationHelper.cs
- XmlDocument.cs
- RSAOAEPKeyExchangeFormatter.cs
- ConsoleKeyInfo.cs
- WebPartMenu.cs
- SerialErrors.cs
- OrderByExpression.cs
- StdRegProviderWrapper.cs
- SafeRightsManagementQueryHandle.cs
- IResourceProvider.cs
- EntityConnection.cs
- documentsequencetextcontainer.cs
- listitem.cs
- QueryStringParameter.cs
- XPathParser.cs
- CurrentChangingEventArgs.cs
- DocumentPage.cs
- ErrorFormatterPage.cs
- SessionStateModule.cs
- PointAnimationClockResource.cs
- PropertyGrid.cs
- WebPartConnectionsCancelEventArgs.cs
- MimeMapping.cs
- ActivityBindForm.cs
- Stacktrace.cs
- DataTableTypeConverter.cs
- Panel.cs
- FormatVersion.cs
- PerformanceCounterPermissionEntry.cs
- cookiecollection.cs
- ChannelServices.cs
- ExpressionNode.cs
- SecurityMode.cs
- WindowShowOrOpenTracker.cs
- DragAssistanceManager.cs
- OverlappedAsyncResult.cs
- DependentList.cs
- Base64Encoder.cs
- Cursor.cs
- Walker.cs
- MediaCommands.cs
- StylusOverProperty.cs
- VersionedStream.cs
- SiteMapNodeItem.cs
- CollectionViewProxy.cs
- ArglessEventHandlerProxy.cs
- CompilerWrapper.cs
- SafeRightsManagementSessionHandle.cs
- TableFieldsEditor.cs
- PageFunction.cs
- RedBlackList.cs
- RegistryKey.cs
- PersonalizableAttribute.cs
- ConfigurationLockCollection.cs
- TextBreakpoint.cs
- GeneralTransformGroup.cs
- ViewPort3D.cs
- KeyTimeConverter.cs
- WebColorConverter.cs
- ThreadStartException.cs
- CalculatedColumn.cs
- _Events.cs
- XmlValueConverter.cs
- Pool.cs
- DataRowChangeEvent.cs