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
- PolicyVersionConverter.cs
- DeobfuscatingStream.cs
- HtmlInputText.cs
- PartialCachingControl.cs
- StickyNoteHelper.cs
- Pointer.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- TcpChannelHelper.cs
- ElementAtQueryOperator.cs
- CommandValueSerializer.cs
- safex509handles.cs
- Evidence.cs
- AssemblyUtil.cs
- Module.cs
- PreservationFileReader.cs
- PerspectiveCamera.cs
- TemplateBindingExpressionConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- SeekableReadStream.cs
- Point.cs
- SqlFactory.cs
- Model3DGroup.cs
- ListenDesigner.cs
- WorkflowServiceNamespace.cs
- ConnectionManagementSection.cs
- XmlSchemaChoice.cs
- CodeExporter.cs
- HintTextConverter.cs
- RunInstallerAttribute.cs
- SortAction.cs
- ListBox.cs
- Model3DCollection.cs
- SessionStateUtil.cs
- XmlPreloadedResolver.cs
- MemberDescriptor.cs
- Misc.cs
- HtmlWindowCollection.cs
- ReaderContextStackData.cs
- HashMembershipCondition.cs
- Point3DCollectionValueSerializer.cs
- BinHexDecoder.cs
- SQLUtility.cs
- XmlDataSourceDesigner.cs
- documentsequencetextview.cs
- EntityCommandCompilationException.cs
- QueryAccessibilityHelpEvent.cs
- ProviderConnectionPoint.cs
- OperationInfoBase.cs
- TreeViewImageKeyConverter.cs
- CollectionBuilder.cs
- SQLMembershipProvider.cs
- SocketInformation.cs
- SqlFormatter.cs
- RowBinding.cs
- IntSecurity.cs
- Point4D.cs
- SmtpDigestAuthenticationModule.cs
- RuleAction.cs
- DataControlCommands.cs
- OleAutBinder.cs
- NullableDecimalMinMaxAggregationOperator.cs
- SystemPens.cs
- PageParserFilter.cs
- ColumnMapVisitor.cs
- Funcletizer.cs
- IntegerValidatorAttribute.cs
- HttpPostedFile.cs
- SerializationStore.cs
- UInt16Converter.cs
- CacheSection.cs
- BadImageFormatException.cs
- DisposableCollectionWrapper.cs
- SystemInformation.cs
- CodeConditionStatement.cs
- RefType.cs
- SystemColors.cs
- ButtonStandardAdapter.cs
- UserControlBuildProvider.cs
- smtpconnection.cs
- IPipelineRuntime.cs
- VectorValueSerializer.cs
- ByteRangeDownloader.cs
- WebPartsPersonalizationAuthorization.cs
- ChangeInterceptorAttribute.cs
- SettingsPropertyValueCollection.cs
- PlanCompilerUtil.cs
- Registry.cs
- BuildProvider.cs
- NumberSubstitution.cs
- InputBuffer.cs
- WindowsListViewItemStartMenu.cs
- NavigationFailedEventArgs.cs
- SuppressMergeCheckAttribute.cs
- ControlBuilder.cs
- ProviderCommandInfoUtils.cs
- PackageFilter.cs
- GZipStream.cs
- WithParamAction.cs
- XmlParserContext.cs
- BamlWriter.cs