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
- CompilerInfo.cs
- BindingMAnagerBase.cs
- QilName.cs
- DashStyle.cs
- CodeAttributeDeclarationCollection.cs
- CultureSpecificCharacterBufferRange.cs
- SelectorAutomationPeer.cs
- DesignerWithHeader.cs
- ScriptIgnoreAttribute.cs
- DiscoveryClientDuplexChannel.cs
- Substitution.cs
- SequenceRange.cs
- XmlAttributeAttribute.cs
- NonBatchDirectoryCompiler.cs
- DesignerAutoFormatCollection.cs
- AppDomainFactory.cs
- XPathScanner.cs
- MimeTypePropertyAttribute.cs
- HashCodeCombiner.cs
- Tokenizer.cs
- TypeDescriptor.cs
- _RequestCacheProtocol.cs
- CharacterHit.cs
- IndexOutOfRangeException.cs
- StrongNameUtility.cs
- StateRuntime.cs
- PagesChangedEventArgs.cs
- PageEventArgs.cs
- HtmlInputText.cs
- DataGridSortCommandEventArgs.cs
- MetadataItemSerializer.cs
- ViewEventArgs.cs
- WebPartMenu.cs
- FusionWrap.cs
- XmlDesignerDataSourceView.cs
- RoleManagerModule.cs
- Util.cs
- UshortList2.cs
- LinearKeyFrames.cs
- HtmlTableCell.cs
- Point3D.cs
- OptimalTextSource.cs
- RectValueSerializer.cs
- Int64KeyFrameCollection.cs
- ZipFileInfoCollection.cs
- PropertyEmitterBase.cs
- TemplateLookupAction.cs
- ScheduleChanges.cs
- ContextMenuService.cs
- StorageTypeMapping.cs
- Keywords.cs
- HyperLinkField.cs
- AffineTransform3D.cs
- login.cs
- BeginGetFileNameFromUserRequest.cs
- Vector.cs
- LabelInfo.cs
- MediaElement.cs
- Camera.cs
- IndexedString.cs
- TreeWalker.cs
- HtmlControl.cs
- Descriptor.cs
- ServiceDescription.cs
- HttpBufferlessInputStream.cs
- MethodImplAttribute.cs
- PrintDialog.cs
- TextTreeTextElementNode.cs
- ClientConfigPaths.cs
- PingReply.cs
- XmlChildEnumerator.cs
- ObjectNavigationPropertyMapping.cs
- Rotation3DAnimationBase.cs
- StorageFunctionMapping.cs
- CanonicalFontFamilyReference.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- InvokeMemberBinder.cs
- ThreadStartException.cs
- Socket.cs
- Grant.cs
- IconHelper.cs
- TransformedBitmap.cs
- SiteMapProvider.cs
- EntityConnectionStringBuilder.cs
- QueryResponse.cs
- IntSumAggregationOperator.cs
- HttpListenerContext.cs
- RsaSecurityKey.cs
- TemplateBindingExtension.cs
- QilList.cs
- SchemaCollectionCompiler.cs
- XmlSchemaAnnotated.cs
- XmlReader.cs
- AppSecurityManager.cs
- ButtonFieldBase.cs
- SortedList.cs
- PanelContainerDesigner.cs
- CustomErrorsSectionWrapper.cs
- ScriptControlDescriptor.cs
- ExpressionNode.cs