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
- WorkflowEnvironment.cs
- sqlpipe.cs
- TemplateParser.cs
- VirtualPathUtility.cs
- XmlNamespaceManager.cs
- SendKeys.cs
- SqlNodeTypeOperators.cs
- CutCopyPasteHelper.cs
- mediaclock.cs
- AuthenticatedStream.cs
- EntityUtil.cs
- Brush.cs
- CutCopyPasteHelper.cs
- InputScopeNameConverter.cs
- SafeHandles.cs
- Parser.cs
- ViewGenResults.cs
- safex509handles.cs
- MinMaxParagraphWidth.cs
- QilInvokeLateBound.cs
- NativeObjectSecurity.cs
- Listbox.cs
- ViewBase.cs
- ConfigurationValidatorBase.cs
- CategoryAttribute.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- RubberbandSelector.cs
- QuerySetOp.cs
- SerializationFieldInfo.cs
- AccessDataSourceWizardForm.cs
- BStrWrapper.cs
- InputReportEventArgs.cs
- StopStoryboard.cs
- VideoDrawing.cs
- HMACSHA256.cs
- Validator.cs
- DrawToolTipEventArgs.cs
- SqlProviderServices.cs
- Paragraph.cs
- MimeTypeMapper.cs
- ResourceType.cs
- RepeaterItem.cs
- XPathDocument.cs
- URI.cs
- TraceSection.cs
- DesignParameter.cs
- X509CertificateChain.cs
- Number.cs
- CodeAttachEventStatement.cs
- HuffmanTree.cs
- HandlerBase.cs
- ObjectDataSourceMethodEventArgs.cs
- BoolExpressionVisitors.cs
- GridViewHeaderRowPresenter.cs
- VScrollBar.cs
- SliderAutomationPeer.cs
- HostProtectionPermission.cs
- BulletedList.cs
- Perspective.cs
- Int32Animation.cs
- HtmlInputReset.cs
- Table.cs
- TypeHelpers.cs
- RoutedEventValueSerializer.cs
- ObjectAnimationUsingKeyFrames.cs
- UrlAuthorizationModule.cs
- FileSystemWatcher.cs
- ScrollChrome.cs
- _SingleItemRequestCache.cs
- SqlTypeSystemProvider.cs
- Maps.cs
- BindToObject.cs
- DeliveryRequirementsAttribute.cs
- SoapSchemaMember.cs
- EdmComplexTypeAttribute.cs
- SemaphoreSlim.cs
- CompilerGeneratedAttribute.cs
- MgmtConfigurationRecord.cs
- ControlCachePolicy.cs
- JpegBitmapDecoder.cs
- ButtonChrome.cs
- ColorInterpolationModeValidation.cs
- SimpleBitVector32.cs
- DispatcherSynchronizationContext.cs
- SqlParameterCollection.cs
- DataGridColumnCollection.cs
- WmiPutTraceRecord.cs
- XmlSchemaValidator.cs
- TextChangedEventArgs.cs
- FilteredReadOnlyMetadataCollection.cs
- DefaultObjectMappingItemCollection.cs
- SID.cs
- CanonicalizationDriver.cs
- Animatable.cs
- PathTooLongException.cs
- MD5CryptoServiceProvider.cs
- InstanceDataCollectionCollection.cs
- Query.cs
- Operators.cs
- ReflectionServiceProvider.cs