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
- ApplicationSecurityInfo.cs
- TextEditorTables.cs
- DecryptedHeader.cs
- LocalTransaction.cs
- SessionIDManager.cs
- DefaultParameterValueAttribute.cs
- Brush.cs
- Point3DAnimationUsingKeyFrames.cs
- ThreadStateException.cs
- ContractListAdapter.cs
- UntypedNullExpression.cs
- DataColumnPropertyDescriptor.cs
- PermissionRequestEvidence.cs
- CodeAssignStatement.cs
- ActivityExecutorSurrogate.cs
- TableLayoutStyle.cs
- InputScope.cs
- MethodBody.cs
- Rules.cs
- NamespaceMapping.cs
- EncodingTable.cs
- UpdateException.cs
- RealProxy.cs
- OrderByQueryOptionExpression.cs
- MessageQueue.cs
- TransformGroup.cs
- PrincipalPermission.cs
- KnownTypesProvider.cs
- activationcontext.cs
- TryLoadRunnableWorkflowCommand.cs
- SamlDoNotCacheCondition.cs
- PropertiesTab.cs
- ConfigDefinitionUpdates.cs
- SQLInt64Storage.cs
- IResourceProvider.cs
- StringWriter.cs
- OleDbCommand.cs
- RunInstallerAttribute.cs
- SrgsRule.cs
- SqlDataSourceFilteringEventArgs.cs
- Menu.cs
- TextRangeEdit.cs
- ScriptServiceAttribute.cs
- NullReferenceException.cs
- LinkClickEvent.cs
- CodeBinaryOperatorExpression.cs
- LoadWorkflowCommand.cs
- WindowsFormsSynchronizationContext.cs
- _ContextAwareResult.cs
- BitStack.cs
- TextBoxView.cs
- TextParagraph.cs
- SqlDependencyListener.cs
- ColorDialog.cs
- DecimalFormatter.cs
- DesignerValidationSummaryAdapter.cs
- TextMarkerSource.cs
- TextSerializer.cs
- ArgumentException.cs
- MenuItemCollection.cs
- XmlFormatExtensionPrefixAttribute.cs
- LinqDataSourceStatusEventArgs.cs
- FilterableData.cs
- documentsequencetextpointer.cs
- SecurityContextKeyIdentifierClause.cs
- Crypto.cs
- ExtenderControl.cs
- XsltCompileContext.cs
- XPathSelfQuery.cs
- HttpHandlerAction.cs
- SafeReadContext.cs
- SystemDiagnosticsSection.cs
- HostProtectionException.cs
- JulianCalendar.cs
- BamlRecordReader.cs
- DesignTimeTemplateParser.cs
- OleDbStruct.cs
- OutKeywords.cs
- SqlBulkCopyColumnMappingCollection.cs
- FileDialog.cs
- DataGridViewColumnCollection.cs
- COM2ExtendedTypeConverter.cs
- SigningCredentials.cs
- TypeUsage.cs
- Model3DCollection.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DataObject.cs
- ScrollItemPatternIdentifiers.cs
- ProcessRequestArgs.cs
- EntryIndex.cs
- SqlCommandSet.cs
- ColorTranslator.cs
- BamlRecordReader.cs
- ParallelTimeline.cs
- X509SecurityTokenProvider.cs
- UIElementPropertyUndoUnit.cs
- PropertyInformation.cs
- ChtmlTextWriter.cs
- CorrelationHandle.cs
- WorkflowExecutor.cs