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
- TemplateControlCodeDomTreeGenerator.cs
- embossbitmapeffect.cs
- TypedOperationInfo.cs
- XPathBuilder.cs
- CalendarDataBindingHandler.cs
- DoubleCollection.cs
- DataControlPagerLinkButton.cs
- BasicCellRelation.cs
- Point4DConverter.cs
- Int32Converter.cs
- BamlRecordReader.cs
- SQLMembershipProvider.cs
- ProcessRequestArgs.cs
- TreeViewDataItemAutomationPeer.cs
- AuthStoreRoleProvider.cs
- SmtpNegotiateAuthenticationModule.cs
- LexicalChunk.cs
- unsafeIndexingFilterStream.cs
- OrderedDictionaryStateHelper.cs
- MenuEventArgs.cs
- StateValidator.cs
- InfoCardTraceRecord.cs
- StringPropertyBuilder.cs
- HwndHost.cs
- BinaryHeap.cs
- TextShapeableCharacters.cs
- MenuItem.cs
- SurrogateEncoder.cs
- CursorInteropHelper.cs
- StrokeCollection2.cs
- FixedSOMLineRanges.cs
- XmlQualifiedNameTest.cs
- SQLInt32.cs
- SessionStateUtil.cs
- RequestCacheValidator.cs
- AnnotationResourceChangedEventArgs.cs
- AsyncContentLoadedEventArgs.cs
- HtmlContainerControl.cs
- Adorner.cs
- XmlAttribute.cs
- LinqToSqlWrapper.cs
- Root.cs
- SafeThreadHandle.cs
- DataBinding.cs
- ColumnReorderedEventArgs.cs
- ConvertTextFrag.cs
- NativeStructs.cs
- XPathDocument.cs
- ConsumerConnectionPointCollection.cs
- OdbcConnectionHandle.cs
- HttpRequestCacheValidator.cs
- FocusChangedEventArgs.cs
- Aggregates.cs
- SqlStatistics.cs
- PasswordRecovery.cs
- RoleGroupCollection.cs
- ConnectionsZone.cs
- CultureInfoConverter.cs
- CompositeFontInfo.cs
- ConfigurationLockCollection.cs
- ScriptResourceInfo.cs
- SingleAnimation.cs
- Atom10FormatterFactory.cs
- AvTraceFormat.cs
- DynamicRendererThreadManager.cs
- Interlocked.cs
- PageAsyncTaskManager.cs
- NavigationHelper.cs
- MouseButton.cs
- Event.cs
- XPathPatternBuilder.cs
- FixedSOMTableCell.cs
- Attributes.cs
- Hash.cs
- ArithmeticLiteral.cs
- SoapSchemaExporter.cs
- DataGridViewRowStateChangedEventArgs.cs
- HtmlTitle.cs
- OleDbSchemaGuid.cs
- ColumnBinding.cs
- Line.cs
- SchemaImporterExtensionElementCollection.cs
- CurrencyWrapper.cs
- TimerElapsedEvenArgs.cs
- UniqueEventHelper.cs
- ProcessHostServerConfig.cs
- FormsAuthenticationConfiguration.cs
- MessageBox.cs
- QuadraticBezierSegment.cs
- LinqDataSourceUpdateEventArgs.cs
- Connector.xaml.cs
- ByteStreamGeometryContext.cs
- SourceInterpreter.cs
- XmlDocumentSchema.cs
- DataControlCommands.cs
- MatchingStyle.cs
- ResolveCriteria11.cs
- TCPListener.cs
- Main.cs
- GlyphInfoList.cs