Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Resources / MissingSatelliteAssemblyException.cs / 1305376 / 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); } #if FEATURE_SERIALIZATION [System.Security.SecuritySafeCritical] // auto-generated protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context) : base (info, context) { } #endif // FEATURE_SERIALIZATION public String CultureName { get { return _cultureName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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); } #if FEATURE_SERIALIZATION [System.Security.SecuritySafeCritical] // auto-generated protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context) : base (info, context) { } #endif // FEATURE_SERIALIZATION public String CultureName { get { return _cultureName; } } } } // 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
- GridLengthConverter.cs
- DragCompletedEventArgs.cs
- InputScopeAttribute.cs
- HttpHeaderCollection.cs
- LogPolicy.cs
- PropertyValue.cs
- RuleSetCollection.cs
- ClientSession.cs
- SID.cs
- CodeGeneratorOptions.cs
- TraceSource.cs
- AttachedPropertyInfo.cs
- ZipFileInfoCollection.cs
- WinFormsUtils.cs
- DataList.cs
- CodeArrayIndexerExpression.cs
- Accessible.cs
- PeerName.cs
- WindowsHyperlink.cs
- xml.cs
- DataGridCellsPresenter.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- CapacityStreamGeometryContext.cs
- ClientSideQueueItem.cs
- parserscommon.cs
- SafeHandles.cs
- Clock.cs
- FileAuthorizationModule.cs
- BamlRecordWriter.cs
- MissingMethodException.cs
- StylusDownEventArgs.cs
- PropertyOverridesTypeEditor.cs
- CompiledQueryCacheEntry.cs
- ElementUtil.cs
- Oid.cs
- PathData.cs
- InkCanvas.cs
- DesignerWithHeader.cs
- XmlDocumentType.cs
- RedBlackList.cs
- IdentityReference.cs
- HijriCalendar.cs
- ObjectQueryProvider.cs
- _UncName.cs
- recordstate.cs
- RotateTransform3D.cs
- TextStore.cs
- StringComparer.cs
- PropertyNames.cs
- Point3DAnimationBase.cs
- SqlClientPermission.cs
- DockPatternIdentifiers.cs
- TransferRequestHandler.cs
- UserControlParser.cs
- ThemeDictionaryExtension.cs
- EffectiveValueEntry.cs
- SelectingProviderEventArgs.cs
- SiblingIterators.cs
- CacheSection.cs
- SelectionRange.cs
- TextElementEditingBehaviorAttribute.cs
- TableLayoutRowStyleCollection.cs
- ContentPlaceHolderDesigner.cs
- StatusBarDrawItemEvent.cs
- QueryCursorEventArgs.cs
- ReadOnlyNameValueCollection.cs
- HandlerBase.cs
- SqlDataSourceView.cs
- MetadataArtifactLoaderFile.cs
- SynchronizedInputHelper.cs
- Mouse.cs
- PackagePart.cs
- HttpResponseWrapper.cs
- TopClause.cs
- SafeFindHandle.cs
- InputLangChangeRequestEvent.cs
- CriticalExceptions.cs
- dsa.cs
- MachineKeySection.cs
- PersonalizationAdministration.cs
- Completion.cs
- RegexFCD.cs
- DragEvent.cs
- RoleManagerSection.cs
- DataBindEngine.cs
- SRDisplayNameAttribute.cs
- OracleException.cs
- BmpBitmapDecoder.cs
- RowType.cs
- CharStorage.cs
- RelationshipFixer.cs
- Attributes.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SplineKeyFrames.cs
- Component.cs
- DesignerSerializationOptionsAttribute.cs
- Mappings.cs
- WinEventWrap.cs
- WindowsIdentity.cs
- RotateTransform.cs