Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Markup / Localizer / BamlLocalizerErrorNotifyEventArgs.cs / 1 / BamlLocalizerErrorNotifyEventArgs.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2001 // // File: BamlLocalizerErrorNotifyEventArgs.cs // // Created: 2/27/2006 Garyyang //----------------------------------------------------------------------- using System; namespace System.Windows.Markup.Localizer { ////// The EventArgs for the BamlLocalizer.ErrorNotify event. /// public class BamlLocalizerErrorNotifyEventArgs : EventArgs { BamlLocalizableResourceKey _key; // The key of the localizable resources related to the error BamlLocalizerError _error; // The error code. internal BamlLocalizerErrorNotifyEventArgs(BamlLocalizableResourceKey key, BamlLocalizerError error) { _key = key; // _error = error; } ////// The key of the BamlLocalizableResource related to the error /// public BamlLocalizableResourceKey Key { get { return _key; } } ////// The error encountered by BamlLocalizer /// public BamlLocalizerError Error { get { return _error; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation, 2001 // // File: BamlLocalizerErrorNotifyEventArgs.cs // // Created: 2/27/2006 Garyyang //----------------------------------------------------------------------- using System; namespace System.Windows.Markup.Localizer { ////// The EventArgs for the BamlLocalizer.ErrorNotify event. /// public class BamlLocalizerErrorNotifyEventArgs : EventArgs { BamlLocalizableResourceKey _key; // The key of the localizable resources related to the error BamlLocalizerError _error; // The error code. internal BamlLocalizerErrorNotifyEventArgs(BamlLocalizableResourceKey key, BamlLocalizerError error) { _key = key; // _error = error; } ////// The key of the BamlLocalizableResource related to the error /// public BamlLocalizableResourceKey Key { get { return _key; } } ////// The error encountered by BamlLocalizer /// public BamlLocalizerError Error { get { return _error; } } } } // 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
- SafeMILHandleMemoryPressure.cs
- XmlHelper.cs
- SmtpFailedRecipientException.cs
- OrthographicCamera.cs
- SvcMapFileLoader.cs
- TextEditorThreadLocalStore.cs
- CallbackException.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- ByteStreamGeometryContext.cs
- BackStopAuthenticationModule.cs
- CodeTypeMemberCollection.cs
- Listbox.cs
- SmiEventSink_DeferedProcessing.cs
- CqlLexerHelpers.cs
- PlatformCulture.cs
- DecoderExceptionFallback.cs
- ShutDownListener.cs
- FileFormatException.cs
- ThreadStateException.cs
- DataSetFieldSchema.cs
- Viewport2DVisual3D.cs
- FrameworkElementAutomationPeer.cs
- DbConnectionHelper.cs
- IPPacketInformation.cs
- FieldMetadata.cs
- ClockController.cs
- OleDbPropertySetGuid.cs
- UIntPtr.cs
- FileDataSourceCache.cs
- FileSystemWatcher.cs
- QilTargetType.cs
- GridSplitterAutomationPeer.cs
- FontStretchConverter.cs
- ButtonFieldBase.cs
- PageTheme.cs
- XamlPoint3DCollectionSerializer.cs
- DesignerActionItemCollection.cs
- PageSetupDialog.cs
- ArrowControl.xaml.cs
- SerializationSectionGroup.cs
- SchemaImporterExtensionElement.cs
- DbProviderFactories.cs
- ListArgumentProvider.cs
- NavigationWindowAutomationPeer.cs
- TreePrinter.cs
- MatrixTransform.cs
- EventProviderClassic.cs
- RegexCapture.cs
- DetailsViewUpdateEventArgs.cs
- HttpRequestContext.cs
- PathFigureCollectionConverter.cs
- HebrewNumber.cs
- BrowserCapabilitiesFactoryBase.cs
- DataSvcMapFileSerializer.cs
- HandlerBase.cs
- XPathException.cs
- ArrayTypeMismatchException.cs
- HealthMonitoringSection.cs
- HiddenFieldPageStatePersister.cs
- StaticSiteMapProvider.cs
- Model3D.cs
- _IPv4Address.cs
- RtfControlWordInfo.cs
- _SingleItemRequestCache.cs
- TreeNodeCollection.cs
- TypeEnumerableViewSchema.cs
- AssociationSetEnd.cs
- RadioButtonBaseAdapter.cs
- MarginCollapsingState.cs
- FileSystemWatcher.cs
- EncoderBestFitFallback.cs
- SqlError.cs
- InputLanguageCollection.cs
- ToolboxItemFilterAttribute.cs
- XamlInt32CollectionSerializer.cs
- CorrelationManager.cs
- StylesEditorDialog.cs
- InputGestureCollection.cs
- NonVisualControlAttribute.cs
- ProfilePropertySettingsCollection.cs
- InstanceDataCollection.cs
- DataGridTablesFactory.cs
- CodeTypeReferenceCollection.cs
- VScrollBar.cs
- RootAction.cs
- Attachment.cs
- UInt16Converter.cs
- MaterializeFromAtom.cs
- UnicodeEncoding.cs
- QuerySafeNavigator.cs
- Vector3DAnimation.cs
- StateChangeEvent.cs
- BuildManager.cs
- Decoder.cs
- SiteOfOriginContainer.cs
- DataPager.cs
- XmlSchemaComplexContentRestriction.cs
- ProcessModelInfo.cs
- SpellCheck.cs
- TypeForwardedToAttribute.cs