Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Resources / MissingSatelliteAssemblyException.cs / 1 / MissingSatelliteAssemblyException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: MissingSatelliteAssemblyException ** ** ** Purpose: Exception for a missing satellite assembly needed ** for ultimate resource fallback. This usually ** indicates a setup and/or deployment problem. ** ** ===========================================================*/ using System; using System.Runtime.Serialization; namespace System.Resources { [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class MissingSatelliteAssemblyException : SystemException { private String _cultureName; public MissingSatelliteAssemblyException() : base(Environment.GetResourceString("MissingSatelliteAssembly_Default")) { SetErrorCode(__HResults.COR_E_MISSINGSATELLITEASSEMBLY); } public MissingSatelliteAssemblyException(String message) : base(message) { SetErrorCode(__HResults.COR_E_MISSINGSATELLITEASSEMBLY); } public MissingSatelliteAssemblyException(String message, String cultureName) : base(message) { SetErrorCode(__HResults.COR_E_MISSINGSATELLITEASSEMBLY); _cultureName = cultureName; } public MissingSatelliteAssemblyException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_MISSINGSATELLITEASSEMBLY); } protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context) : base (info, context) { } public String CultureName { get { return _cultureName; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CellLabel.cs
- IODescriptionAttribute.cs
- QueryResponse.cs
- DbgCompiler.cs
- ToolboxBitmapAttribute.cs
- Int32RectValueSerializer.cs
- GenericTypeParameterBuilder.cs
- SmiSettersStream.cs
- HttpMethodConstraint.cs
- CodeGeneratorOptions.cs
- XmlSerializer.cs
- PerformanceCounterPermission.cs
- ResourceDictionary.cs
- Semaphore.cs
- XPathScanner.cs
- TypeCodeDomSerializer.cs
- StreamingContext.cs
- HebrewCalendar.cs
- PropertyGeneratedEventArgs.cs
- KnownBoxes.cs
- SqlTypeConverter.cs
- FontWeight.cs
- InputLanguage.cs
- TextEncodedRawTextWriter.cs
- LogRestartAreaEnumerator.cs
- StringExpressionSet.cs
- Pkcs7Recipient.cs
- AlphabeticalEnumConverter.cs
- XmlSerializerFactory.cs
- SafeRightsManagementQueryHandle.cs
- Point4DValueSerializer.cs
- GACIdentityPermission.cs
- RoleGroup.cs
- InputScopeAttribute.cs
- RawStylusInputReport.cs
- OverrideMode.cs
- CompilerWrapper.cs
- GlyphTypeface.cs
- PropertyMap.cs
- ReturnEventArgs.cs
- JournalEntryListConverter.cs
- MoveSizeWinEventHandler.cs
- Switch.cs
- ChooseAction.cs
- HMACSHA256.cs
- InitializerFacet.cs
- MergeFilterQuery.cs
- ExpressionBindingCollection.cs
- MetadataImporterQuotas.cs
- StoreConnection.cs
- PassportAuthentication.cs
- TableLayout.cs
- FileNameEditor.cs
- Query.cs
- IDispatchConstantAttribute.cs
- EpmContentDeSerializer.cs
- NullableBoolConverter.cs
- IntSecurity.cs
- ToolStripSystemRenderer.cs
- XmlHelper.cs
- SimpleBitVector32.cs
- MetadataSource.cs
- CaseExpr.cs
- TogglePatternIdentifiers.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Cursor.cs
- ObjectQuery_EntitySqlExtensions.cs
- ManagementObject.cs
- OleDbDataAdapter.cs
- EventRouteFactory.cs
- XmlAttributes.cs
- ValidationSummary.cs
- ClaimTypes.cs
- RouteValueDictionary.cs
- DockProviderWrapper.cs
- Thread.cs
- DesignerLoader.cs
- WindowsListViewItem.cs
- HwndHostAutomationPeer.cs
- Rect3D.cs
- DummyDataSource.cs
- ButtonRenderer.cs
- EnumMember.cs
- ProfessionalColors.cs
- Subordinate.cs
- TimeZone.cs
- TreeViewHitTestInfo.cs
- SqlRetyper.cs
- AuthenticationManager.cs
- TaskFactory.cs
- SerializationObjectManager.cs
- AvTrace.cs
- ArgumentNullException.cs
- Propagator.ExtentPlaceholderCreator.cs
- mediaeventshelper.cs
- ReturnEventArgs.cs
- DebugView.cs
- DbExpressionVisitor.cs
- HtmlTernaryTree.cs
- _ListenerRequestStream.cs