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
- TextServicesHost.cs
- DecimalAnimationUsingKeyFrames.cs
- ReadContentAsBinaryHelper.cs
- XmlResolver.cs
- InvalidCastException.cs
- GlyphRunDrawing.cs
- Publisher.cs
- Dictionary.cs
- ToolboxComponentsCreatingEventArgs.cs
- GeometryGroup.cs
- AttachmentService.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ZipIOLocalFileDataDescriptor.cs
- CodeThrowExceptionStatement.cs
- SurrogateSelector.cs
- ProfileProvider.cs
- EventDescriptorCollection.cs
- WindowProviderWrapper.cs
- SafeFileHandle.cs
- WindowsSysHeader.cs
- xmlglyphRunInfo.cs
- ProjectionQueryOptionExpression.cs
- QilNode.cs
- Rectangle.cs
- baseshape.cs
- UnmanagedBitmapWrapper.cs
- DataGridViewColumnHeaderCell.cs
- KeyConstraint.cs
- Facet.cs
- BitmapEffectInputData.cs
- XPathParser.cs
- CodeVariableDeclarationStatement.cs
- DataObjectEventArgs.cs
- MatrixTransform3D.cs
- DiscoveryMessageSequenceCD1.cs
- FormDesigner.cs
- MimeXmlReflector.cs
- TokenBasedSet.cs
- NonSerializedAttribute.cs
- UnsafeNativeMethods.cs
- PolyBezierSegment.cs
- VersionPair.cs
- ArraySubsetEnumerator.cs
- DesignerDataRelationship.cs
- EpmSyndicationContentSerializer.cs
- WindowsScrollBar.cs
- TextEditorCopyPaste.cs
- Serializer.cs
- WebPartConnectionsEventArgs.cs
- SqlUserDefinedTypeAttribute.cs
- DataGridViewEditingControlShowingEventArgs.cs
- IndicCharClassifier.cs
- DataGridViewRowStateChangedEventArgs.cs
- FixedPage.cs
- BamlReader.cs
- ClrPerspective.cs
- SignatureToken.cs
- DrawListViewItemEventArgs.cs
- SecurityDescriptor.cs
- RemotingServices.cs
- AuthorizationRule.cs
- SelectionRange.cs
- HierarchicalDataBoundControlAdapter.cs
- _StreamFramer.cs
- MetadataItemSerializer.cs
- EventWaitHandleSecurity.cs
- MarginCollapsingState.cs
- SqlColumnizer.cs
- XPathParser.cs
- XmlTextAttribute.cs
- InstallHelper.cs
- InheritanceContextHelper.cs
- UIElementHelper.cs
- DataGridViewTopRowAccessibleObject.cs
- AliasGenerator.cs
- ExtentCqlBlock.cs
- SecuritySessionFilter.cs
- MultiDataTrigger.cs
- HyperLinkDataBindingHandler.cs
- ImageDrawing.cs
- CategoryAttribute.cs
- ControlParameter.cs
- NumberSubstitution.cs
- TableDetailsCollection.cs
- NotSupportedException.cs
- SelectionItemPattern.cs
- DataGridViewElement.cs
- SpellCheck.cs
- RecordBuilder.cs
- SerialPinChanges.cs
- UpdateRecord.cs
- Win32SafeHandles.cs
- Constant.cs
- TableRowCollection.cs
- LinkUtilities.cs
- XmlUTF8TextWriter.cs
- FileDetails.cs
- BaseUriHelper.cs
- FontWeights.cs
- NetworkStream.cs