Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Resources / MissingManifestResourceException.cs / 1 / MissingManifestResourceException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: MissingManifestResourceException ** ** ** Purpose: Exception for a missing assembly-level resource ** ** ===========================================================*/ using System; using System.Runtime.Serialization; namespace System.Resources { [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class MissingManifestResourceException : SystemException { public MissingManifestResourceException() : base(Environment.GetResourceString("Arg_MissingManifestResourceException")) { SetErrorCode(__HResults.COR_E_MISSINGMANIFESTRESOURCE); } public MissingManifestResourceException(String message) : base(message) { SetErrorCode(__HResults.COR_E_MISSINGMANIFESTRESOURCE); } public MissingManifestResourceException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_MISSINGMANIFESTRESOURCE); } protected MissingManifestResourceException(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
- ObjectDataSourceFilteringEventArgs.cs
- ExternalCalls.cs
- WebPartCloseVerb.cs
- TypeSystem.cs
- StorageScalarPropertyMapping.cs
- XmlCodeExporter.cs
- Matrix3DStack.cs
- BasicExpressionVisitor.cs
- SqlDependency.cs
- BaseEntityWrapper.cs
- ObjectCloneHelper.cs
- DataColumnMapping.cs
- StringConverter.cs
- Point3DAnimationUsingKeyFrames.cs
- BuildManagerHost.cs
- SlipBehavior.cs
- RewritingSimplifier.cs
- SafeFindHandle.cs
- WindowsPen.cs
- FormClosedEvent.cs
- StdRegProviderWrapper.cs
- CryptoHelper.cs
- DBConnection.cs
- DataGridSortCommandEventArgs.cs
- UpdateProgress.cs
- FixedTextContainer.cs
- ColorKeyFrameCollection.cs
- updatecommandorderer.cs
- LoadedOrUnloadedOperation.cs
- ParserHooks.cs
- InfoCardRSACryptoProvider.cs
- BinHexEncoder.cs
- QilNode.cs
- ValidationErrorEventArgs.cs
- SByte.cs
- RemotingConfiguration.cs
- SuppressMergeCheckAttribute.cs
- AssemblyNameProxy.cs
- XmlFormatExtensionPrefixAttribute.cs
- ModelChangedEventArgsImpl.cs
- HtmlSelect.cs
- PropertyIDSet.cs
- SimpleHandlerFactory.cs
- SHA512Managed.cs
- RecommendedAsConfigurableAttribute.cs
- LineServicesRun.cs
- ActivityDesignerAccessibleObject.cs
- EventPropertyMap.cs
- BitmapVisualManager.cs
- ToolStripLabel.cs
- TextTreeObjectNode.cs
- OrderedDictionary.cs
- CodeIdentifiers.cs
- TablePatternIdentifiers.cs
- FormatConvertedBitmap.cs
- Int32CAMarshaler.cs
- TextTreeTextElementNode.cs
- CurrentChangingEventArgs.cs
- SiteMapDataSourceView.cs
- DBConnectionString.cs
- SafeMemoryMappedViewHandle.cs
- CoordinationService.cs
- CallbackHandler.cs
- NativeMethods.cs
- Propagator.ExtentPlaceholderCreator.cs
- RegexWriter.cs
- CustomCategoryAttribute.cs
- FixUp.cs
- DataGridViewCellCollection.cs
- QilScopedVisitor.cs
- SerialPort.cs
- EventLog.cs
- activationcontext.cs
- XpsResourceDictionary.cs
- EntityViewGenerator.cs
- DataGrid.cs
- FactoryGenerator.cs
- DependencyPropertyAttribute.cs
- DataService.cs
- Renderer.cs
- Rule.cs
- LedgerEntryCollection.cs
- InvalidProgramException.cs
- XamlStackWriter.cs
- GridViewUpdatedEventArgs.cs
- TimeSpanFormat.cs
- PrintController.cs
- TextElementCollection.cs
- NamedPipeTransportManager.cs
- CuspData.cs
- TextRange.cs
- DefaultBindingPropertyAttribute.cs
- ListViewItemEventArgs.cs
- RoutingConfiguration.cs
- OdbcEnvironmentHandle.cs
- UrlEncodedParameterWriter.cs
- X509Utils.cs
- Peer.cs
- DataGridViewImageColumn.cs
- GenericQueueSurrogate.cs