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
- EntitySetDataBindingList.cs
- DependsOnAttribute.cs
- TypeInitializationException.cs
- CharacterBuffer.cs
- COM2ComponentEditor.cs
- WmlTextBoxAdapter.cs
- TagPrefixInfo.cs
- Rotation3D.cs
- TextContainerChangeEventArgs.cs
- ModuleBuilder.cs
- XmlSchemaSimpleTypeRestriction.cs
- Win32PrintDialog.cs
- MaskedTextBoxTextEditor.cs
- ScrollBarAutomationPeer.cs
- NetworkInterface.cs
- BindingExpression.cs
- UrlMappingsSection.cs
- BitConverter.cs
- SmtpNegotiateAuthenticationModule.cs
- ProviderCommandInfoUtils.cs
- httpstaticobjectscollection.cs
- RadioButtonRenderer.cs
- UInt64Storage.cs
- EmptyEnumerable.cs
- WindowsSlider.cs
- OpenFileDialog.cs
- WebPartEditVerb.cs
- ObjectSelectorEditor.cs
- AutoSizeComboBox.cs
- RadioButtonStandardAdapter.cs
- ObjectQueryExecutionPlan.cs
- ManagedFilter.cs
- TreeViewItemAutomationPeer.cs
- ConfigViewGenerator.cs
- AssemblyAssociatedContentFileAttribute.cs
- Page.cs
- HttpProxyCredentialType.cs
- OneOfConst.cs
- DocumentGrid.cs
- EditorResources.cs
- AsyncContentLoadedEventArgs.cs
- DoubleKeyFrameCollection.cs
- LookupTables.cs
- cookiecontainer.cs
- StreamReader.cs
- RoleManagerSection.cs
- HostedBindingBehavior.cs
- HttpCachePolicy.cs
- ContractTypeNameElement.cs
- MultipleCopiesCollection.cs
- WindowsFormsSynchronizationContext.cs
- HtmlWindowCollection.cs
- FontFamily.cs
- ManagementObjectSearcher.cs
- FontNamesConverter.cs
- EditorPartCollection.cs
- CollectionBase.cs
- SkinIDTypeConverter.cs
- MatrixIndependentAnimationStorage.cs
- SiteMapDataSourceView.cs
- QueueException.cs
- Subordinate.cs
- DefaultTraceListener.cs
- IpcPort.cs
- ConcurrentStack.cs
- ToolboxComponentsCreatedEventArgs.cs
- webeventbuffer.cs
- ClipboardData.cs
- SessionSwitchEventArgs.cs
- InstallerTypeAttribute.cs
- CompilerState.cs
- PersistenceException.cs
- EnvelopedPkcs7.cs
- XamlPointCollectionSerializer.cs
- PropertySourceInfo.cs
- TreeNodeMouseHoverEvent.cs
- Validator.cs
- FastEncoder.cs
- StringFormat.cs
- XhtmlTextWriter.cs
- KernelTypeValidation.cs
- TypeDelegator.cs
- AsymmetricKeyExchangeFormatter.cs
- DataSourceNameHandler.cs
- ByteStreamGeometryContext.cs
- UriTemplateDispatchFormatter.cs
- ExtensionSurface.cs
- XPathNavigator.cs
- XmlNodeChangedEventManager.cs
- Automation.cs
- URLIdentityPermission.cs
- SoapFault.cs
- ButtonColumn.cs
- ConfigsHelper.cs
- SpecialFolderEnumConverter.cs
- Size.cs
- InternalSafeNativeMethods.cs
- XmlDataFileEditor.cs
- TransformGroup.cs
- ApplicationInfo.cs