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
- Attributes.cs
- BitmapEffectGroup.cs
- SqlVersion.cs
- FontDialog.cs
- SctClaimDictionary.cs
- Size3D.cs
- SqlConnection.cs
- ToolStripHighContrastRenderer.cs
- sqlstateclientmanager.cs
- returneventsaver.cs
- FastEncoder.cs
- StatusBarItem.cs
- Cell.cs
- OptimizerPatterns.cs
- Boolean.cs
- ListViewGroupCollectionEditor.cs
- IndexedEnumerable.cs
- ImpersonationContext.cs
- ObsoleteAttribute.cs
- JsonClassDataContract.cs
- ThemeInfoAttribute.cs
- WindowsIdentity.cs
- ToolboxSnapDragDropEventArgs.cs
- FtpWebResponse.cs
- MaterialGroup.cs
- DataKey.cs
- ValidatorCompatibilityHelper.cs
- RsaKeyGen.cs
- TextEffect.cs
- DataGridItemCollection.cs
- Point3DAnimation.cs
- TextParaLineResult.cs
- CompressEmulationStream.cs
- DefaultExpression.cs
- CodeStatement.cs
- ReturnType.cs
- StringExpressionSet.cs
- PageTheme.cs
- TextRunTypographyProperties.cs
- TimerTable.cs
- ListViewInsertionMark.cs
- EraserBehavior.cs
- AssociationTypeEmitter.cs
- DataControlButton.cs
- HTTPNotFoundHandler.cs
- TraceLevelStore.cs
- ImageDrawing.cs
- SqlComparer.cs
- GeneralTransformCollection.cs
- XmlSerializerSection.cs
- TCPClient.cs
- Span.cs
- MessageQueuePermissionEntryCollection.cs
- HtmlInputImage.cs
- PreloadHost.cs
- UInt32.cs
- DataGridLinkButton.cs
- _DisconnectOverlappedAsyncResult.cs
- ReverseInheritProperty.cs
- CodePrimitiveExpression.cs
- ClipboardData.cs
- DefaultValueAttribute.cs
- SoapIncludeAttribute.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- MetabaseServerConfig.cs
- PropertyCollection.cs
- TextParagraphCache.cs
- SharedConnectionListener.cs
- ClientApiGenerator.cs
- XPathNodeList.cs
- ApplicationTrust.cs
- FormsAuthenticationEventArgs.cs
- VisualStyleRenderer.cs
- X509CertificateRecipientServiceCredential.cs
- IdentifierCollection.cs
- EmptyControlCollection.cs
- _NtlmClient.cs
- UnsafeNativeMethodsTablet.cs
- MissingMethodException.cs
- WpfWebRequestHelper.cs
- DataControlField.cs
- SqlClientWrapperSmiStreamChars.cs
- Span.cs
- SafeHandles.cs
- Int32KeyFrameCollection.cs
- Compiler.cs
- PrinterSettings.cs
- Calendar.cs
- BoundingRectTracker.cs
- SecurityHelper.cs
- MethodToken.cs
- ViewGenerator.cs
- DiagnosticsConfiguration.cs
- XamlTreeBuilderBamlRecordWriter.cs
- RootBrowserWindowProxy.cs
- RestClientProxyHandler.cs
- DocobjHost.cs
- XPathDocumentIterator.cs
- cookieexception.cs
- AuthenticationModulesSection.cs