Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // // ==--== /*============================================================ ** ** 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Random.cs
- SqlMethods.cs
- GC.cs
- AsyncOperation.cs
- TextDecorationCollection.cs
- NonceToken.cs
- StateDesigner.LayoutSelectionGlyph.cs
- DataColumnPropertyDescriptor.cs
- AsyncOperation.cs
- SQLDouble.cs
- Page.cs
- ControlSerializer.cs
- RepeatButton.cs
- ContextMenuStripGroupCollection.cs
- NameValueFileSectionHandler.cs
- DataRecordInternal.cs
- ResourceWriter.cs
- PrincipalPermission.cs
- MediaPlayer.cs
- WebScriptMetadataMessage.cs
- UIElementParaClient.cs
- SqlClientMetaDataCollectionNames.cs
- WebConfigurationFileMap.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- PerformanceCounterLib.cs
- XmlLinkedNode.cs
- SettingsPropertyValue.cs
- DataGridViewComboBoxColumnDesigner.cs
- FontEmbeddingManager.cs
- RadioButtonList.cs
- BulletedListEventArgs.cs
- MouseButtonEventArgs.cs
- XmlQueryStaticData.cs
- ReferencedType.cs
- SqlCommandBuilder.cs
- BaseProcessor.cs
- XmlObjectSerializerWriteContext.cs
- CurrentChangedEventManager.cs
- SrgsDocument.cs
- CoreSwitches.cs
- Knowncolors.cs
- EventProviderWriter.cs
- LinqToSqlWrapper.cs
- DrawingCollection.cs
- ObjectStateFormatter.cs
- SamlNameIdentifierClaimResource.cs
- NameTable.cs
- MemberPath.cs
- ThousandthOfEmRealDoubles.cs
- MenuItemStyleCollection.cs
- DllNotFoundException.cs
- SendMailErrorEventArgs.cs
- _ScatterGatherBuffers.cs
- ChildTable.cs
- SqlClientWrapperSmiStream.cs
- xdrvalidator.cs
- TabItemWrapperAutomationPeer.cs
- InvalidOleVariantTypeException.cs
- ToolStripLocationCancelEventArgs.cs
- login.cs
- ProxyAttribute.cs
- XmlMapping.cs
- RtfToken.cs
- MeasureItemEvent.cs
- ThrowHelper.cs
- ConvertersCollection.cs
- ObjectItemCollection.cs
- WebBrowserNavigatedEventHandler.cs
- PagesSection.cs
- RoleManagerModule.cs
- AffineTransform3D.cs
- ConstraintCollection.cs
- PrinterSettings.cs
- GridViewColumnCollectionChangedEventArgs.cs
- FileClassifier.cs
- XamlParser.cs
- OutputCache.cs
- ObjectSecurity.cs
- EntityCommandExecutionException.cs
- ObjectStateFormatter.cs
- input.cs
- WindowsStartMenu.cs
- SqlTypeConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- ValueType.cs
- HttpsChannelFactory.cs
- BamlRecordHelper.cs
- PreviewKeyDownEventArgs.cs
- WindowsRichEditRange.cs
- Filter.cs
- BitArray.cs
- ColorAnimationUsingKeyFrames.cs
- WriteableBitmap.cs
- Point3DAnimationBase.cs
- Light.cs
- ObjectItemLoadingSessionData.cs
- SafeEventHandle.cs
- ParameterExpression.cs
- Span.cs
- SimpleWorkerRequest.cs