Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeConditionStatement.cs
- TextEndOfParagraph.cs
- SocketCache.cs
- METAHEADER.cs
- ChtmlTextBoxAdapter.cs
- SystemDropShadowChrome.cs
- AppSettingsSection.cs
- SharedStatics.cs
- CustomActivityDesigner.cs
- Bold.cs
- TemplateBuilder.cs
- DispatcherExceptionEventArgs.cs
- SelectionItemPattern.cs
- ObjectStateManagerMetadata.cs
- SemanticResultKey.cs
- DefaultBindingPropertyAttribute.cs
- HtmlElementCollection.cs
- Propagator.Evaluator.cs
- AutomationPropertyInfo.cs
- GraphicsContext.cs
- ObjectItemNoOpAssemblyLoader.cs
- login.cs
- ScriptingJsonSerializationSection.cs
- AspNetSynchronizationContext.cs
- DebuggerAttributes.cs
- WindowsRichEditRange.cs
- DataKeyPropertyAttribute.cs
- StickyNoteContentControl.cs
- SafePEFileHandle.cs
- Stroke2.cs
- CommandDevice.cs
- _SSPIWrapper.cs
- DataRecordObjectView.cs
- Base64Encoder.cs
- ObjectDisposedException.cs
- TypeSystemProvider.cs
- MeasurementDCInfo.cs
- XsdDataContractImporter.cs
- HebrewNumber.cs
- FunctionUpdateCommand.cs
- CreateCardRequest.cs
- TextChangedEventArgs.cs
- ReachSerializationUtils.cs
- Crc32.cs
- ToolTip.cs
- XamlToRtfWriter.cs
- XmlElement.cs
- ReflectionUtil.cs
- ApplicationSecurityManager.cs
- DataServiceQueryProvider.cs
- SessionStateUtil.cs
- SAPICategories.cs
- CompilationPass2Task.cs
- SqlBooleanMismatchVisitor.cs
- ProfilePropertyNameValidator.cs
- TextDpi.cs
- TransactedBatchingElement.cs
- RefreshEventArgs.cs
- DataExpression.cs
- BitmapEffectState.cs
- DataColumnMappingCollection.cs
- EffectiveValueEntry.cs
- SqlRetyper.cs
- ExpressionConverter.cs
- MatchSingleFxEngineOpcode.cs
- ViewGenResults.cs
- ListContractAdapter.cs
- RowUpdatedEventArgs.cs
- EntityClientCacheEntry.cs
- NetworkInformationException.cs
- Win32PrintDialog.cs
- ForAllOperator.cs
- SqlConnectionPoolGroupProviderInfo.cs
- RowUpdatedEventArgs.cs
- CodeAccessPermission.cs
- DomNameTable.cs
- WeakRefEnumerator.cs
- RootBrowserWindow.cs
- CustomGrammar.cs
- CompilerCollection.cs
- DBSchemaRow.cs
- SqlTypeConverter.cs
- NavigateEvent.cs
- AsymmetricSignatureFormatter.cs
- KeyboardEventArgs.cs
- DataListDesigner.cs
- ResourceReferenceKeyNotFoundException.cs
- PowerEase.cs
- HttpResponseHeader.cs
- StrongNameIdentityPermission.cs
- SystemColors.cs
- ListenerAdapterBase.cs
- BulletedListEventArgs.cs
- URLIdentityPermission.cs
- TraceXPathNavigator.cs
- WebCategoryAttribute.cs
- FormattedText.cs
- BindableTemplateBuilder.cs
- NameSpaceEvent.cs
- ExpandCollapseIsCheckedConverter.cs