Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / DllNotFoundException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated protected DllNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartConnectionsDisconnectVerb.cs
- ChannelServices.cs
- WebPartTracker.cs
- CompositeDuplexBindingElement.cs
- FixedPageProcessor.cs
- ErrorLog.cs
- XamlBrushSerializer.cs
- SQLSingle.cs
- AsymmetricKeyExchangeDeformatter.cs
- TableLayoutStyleCollection.cs
- Registry.cs
- __FastResourceComparer.cs
- SoapFormatExtensions.cs
- WebPartCatalogAddVerb.cs
- Site.cs
- WizardForm.cs
- SystemTcpStatistics.cs
- DictionaryBase.cs
- ThicknessKeyFrameCollection.cs
- SchemaNamespaceManager.cs
- WindowsToolbarAsMenu.cs
- SignalGate.cs
- GridViewRowPresenter.cs
- RelationshipEndMember.cs
- DefaultWorkflowSchedulerService.cs
- StrongNamePublicKeyBlob.cs
- InsufficientMemoryException.cs
- Merger.cs
- CasesDictionary.cs
- ThreadStaticAttribute.cs
- HierarchicalDataSourceControl.cs
- CollectionBase.cs
- Internal.cs
- SimpleType.cs
- XmlNotation.cs
- Win32PrintDialog.cs
- PeerResolverElement.cs
- CustomSignedXml.cs
- JoinGraph.cs
- HMACSHA512.cs
- ValueQuery.cs
- Ipv6Element.cs
- EnumMember.cs
- DrawingContextWalker.cs
- RowUpdatingEventArgs.cs
- ValidationContext.cs
- TextTabProperties.cs
- SoapAttributeAttribute.cs
- OracleBinary.cs
- HtmlInputSubmit.cs
- TemplateModeChangedEventArgs.cs
- StringAnimationBase.cs
- LateBoundBitmapDecoder.cs
- RenderingBiasValidation.cs
- FontSource.cs
- XmlSchemaSequence.cs
- Hashtable.cs
- UrlAuthorizationModule.cs
- OracleDataReader.cs
- XmlNodeReader.cs
- RoleGroupCollection.cs
- GregorianCalendar.cs
- coordinatorfactory.cs
- embossbitmapeffect.cs
- COAUTHIDENTITY.cs
- FileDialog.cs
- StructuralObject.cs
- HijriCalendar.cs
- SiteOfOriginPart.cs
- InvalidCastException.cs
- TriggerAction.cs
- ToolStripRenderEventArgs.cs
- WebPartEditorApplyVerb.cs
- recordstatefactory.cs
- BitmapFrameDecode.cs
- SchemaLookupTable.cs
- DataPointer.cs
- NGCSerializationManager.cs
- HtmlToClrEventProxy.cs
- ArraySegment.cs
- GorillaCodec.cs
- FixedSOMTable.cs
- SiteMapNodeItem.cs
- DispatcherHooks.cs
- XmlQualifiedNameTest.cs
- ComponentDispatcherThread.cs
- IRCollection.cs
- TextEditorContextMenu.cs
- BrushConverter.cs
- WindowsRichEditRange.cs
- AutoCompleteStringCollection.cs
- SeparatorAutomationPeer.cs
- SpeechUI.cs
- SubqueryTrackingVisitor.cs
- SimpleWebHandlerParser.cs
- VectorKeyFrameCollection.cs
- DocumentOrderQuery.cs
- Input.cs
- ListBox.cs
- LogWriteRestartAreaAsyncResult.cs