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
- Adorner.cs
- ModuleBuilderData.cs
- ISFClipboardData.cs
- UnsafeNativeMethods.cs
- XamlReaderHelper.cs
- TypedDataSetSchemaImporterExtension.cs
- CompilerCollection.cs
- CLSCompliantAttribute.cs
- BufferedResponseStream.cs
- CodeAttachEventStatement.cs
- Style.cs
- DetailsViewRow.cs
- UnsafeNativeMethods.cs
- PlatformNotSupportedException.cs
- UnicodeEncoding.cs
- AuthorizationSection.cs
- TextParagraphCache.cs
- CqlErrorHelper.cs
- SpeakCompletedEventArgs.cs
- MSG.cs
- MultiSelector.cs
- CornerRadius.cs
- ChannelParameterCollection.cs
- DomNameTable.cs
- FontDialog.cs
- Assert.cs
- DefaultParameterValueAttribute.cs
- SafeNativeMethods.cs
- CallSiteBinder.cs
- CanonicalXml.cs
- SqlNodeTypeOperators.cs
- ProfileSettings.cs
- ExpressionPrefixAttribute.cs
- SimpleApplicationHost.cs
- PTProvider.cs
- ImageSource.cs
- ComponentResourceManager.cs
- SqlCachedBuffer.cs
- FramingEncoders.cs
- GridViewCancelEditEventArgs.cs
- PerformanceCounter.cs
- DocumentReference.cs
- OverflowException.cs
- OraclePermissionAttribute.cs
- AxParameterData.cs
- regiisutil.cs
- CodeDOMUtility.cs
- HttpCookieCollection.cs
- LoaderAllocator.cs
- TypeFieldSchema.cs
- UserNamePasswordValidator.cs
- StateDesigner.Helpers.cs
- GlobalProxySelection.cs
- Interlocked.cs
- ResetableIterator.cs
- SrgsSemanticInterpretationTag.cs
- ParseChildrenAsPropertiesAttribute.cs
- ProcessHostFactoryHelper.cs
- InputReport.cs
- ValidatorCompatibilityHelper.cs
- NetworkInformationException.cs
- ConfigurationPermission.cs
- Semaphore.cs
- listitem.cs
- BaseCAMarshaler.cs
- XpsInterleavingPolicy.cs
- XamlTemplateSerializer.cs
- ErrorProvider.cs
- MemoryMappedFileSecurity.cs
- SqlTopReducer.cs
- Activator.cs
- CodeSnippetExpression.cs
- Italic.cs
- Classification.cs
- ErrorView.xaml.cs
- CodeCatchClause.cs
- BmpBitmapDecoder.cs
- SoapTransportImporter.cs
- TrackBarRenderer.cs
- MatrixAnimationBase.cs
- VisualTarget.cs
- ConfigurationPropertyCollection.cs
- CommunicationObjectManager.cs
- HebrewCalendar.cs
- PeerCredential.cs
- BindingMemberInfo.cs
- DefaultValueMapping.cs
- WebPartCatalogAddVerb.cs
- ComboBox.cs
- GridViewRowEventArgs.cs
- Rect.cs
- StateWorkerRequest.cs
- PreviewKeyDownEventArgs.cs
- RestHandler.cs
- RemoteWebConfigurationHostStream.cs
- TextCompositionEventArgs.cs
- DeferredRunTextReference.cs
- RC2.cs
- ServiceOperationParameter.cs
- DescendentsWalker.cs