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
- DefaultTypeArgumentAttribute.cs
- CaseStatement.cs
- mediaclock.cs
- MouseEventArgs.cs
- DataError.cs
- TabControl.cs
- Thickness.cs
- ExpressionVisitor.cs
- BitmapEffectrendercontext.cs
- WebBrowserEvent.cs
- DateRangeEvent.cs
- RoutingConfiguration.cs
- SystemIPInterfaceProperties.cs
- ExpressionLexer.cs
- UIElementParagraph.cs
- DesignerToolStripControlHost.cs
- Visual.cs
- Vector3DKeyFrameCollection.cs
- WindowsListViewItemCheckBox.cs
- DBBindings.cs
- SoapAttributes.cs
- DataSourceControlBuilder.cs
- PassportAuthenticationModule.cs
- EntityDataSourceWizardForm.cs
- XmlHierarchicalEnumerable.cs
- IgnoreFileBuildProvider.cs
- SecUtil.cs
- BooleanAnimationUsingKeyFrames.cs
- OleDbConnectionFactory.cs
- ValueUtilsSmi.cs
- ManipulationStartingEventArgs.cs
- Popup.cs
- SecurityUtils.cs
- ReadOnlyDictionary.cs
- CfgRule.cs
- ContentDisposition.cs
- TraceEventCache.cs
- SHA512Managed.cs
- behaviorssection.cs
- IArgumentProvider.cs
- CacheHelper.cs
- TimeZoneNotFoundException.cs
- CompositeTypefaceMetrics.cs
- KeySplineConverter.cs
- MemberMaps.cs
- ViewgenGatekeeper.cs
- HttpApplicationStateBase.cs
- DbExpressionVisitor_TResultType.cs
- NGCSerializationManagerAsync.cs
- StylusSystemGestureEventArgs.cs
- ColumnHeader.cs
- DefaultMemberAttribute.cs
- TerminateWorkflow.cs
- Graphics.cs
- RegionInfo.cs
- PrintingPermission.cs
- RoleExceptions.cs
- DataRow.cs
- SymmetricAlgorithm.cs
- MissingMethodException.cs
- ControlType.cs
- ClosureBinding.cs
- SeparatorAutomationPeer.cs
- TypeBuilderInstantiation.cs
- XmlAttributeCollection.cs
- CounterCreationDataCollection.cs
- SrgsElementFactoryCompiler.cs
- DataSourceCache.cs
- TaskForm.cs
- DecimalSumAggregationOperator.cs
- MailWriter.cs
- DataMemberListEditor.cs
- ConnectionProviderAttribute.cs
- XmlAutoDetectWriter.cs
- ResourceProperty.cs
- SessionStateItemCollection.cs
- FontDriver.cs
- ColumnMapVisitor.cs
- LogManagementAsyncResult.cs
- TargetException.cs
- InternalResources.cs
- PolyLineSegment.cs
- ValidationRule.cs
- PeerContact.cs
- ResourceCodeDomSerializer.cs
- SpecularMaterial.cs
- Query.cs
- GridViewHeaderRowPresenter.cs
- RegionIterator.cs
- SendingRequestEventArgs.cs
- GeneralTransform3D.cs
- SafeNativeMethodsCLR.cs
- ExtentJoinTreeNode.cs
- PointAnimationUsingKeyFrames.cs
- MD5CryptoServiceProvider.cs
- ErrorWebPart.cs
- HMACSHA256.cs
- EventLogPermissionHolder.cs
- InfoCardTrace.cs
- RC2.cs