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
- ConfigurationException.cs
- FilterableAttribute.cs
- EventLogEntryCollection.cs
- PtsCache.cs
- VisualTreeHelper.cs
- namescope.cs
- WebPartMenuStyle.cs
- QueryPrefixOp.cs
- UnsafeNativeMethods.cs
- XmlReflectionImporter.cs
- MSAAWinEventWrap.cs
- WorkflowTransactionService.cs
- CalendarModeChangedEventArgs.cs
- Internal.cs
- ProfileBuildProvider.cs
- NameValueFileSectionHandler.cs
- SqlDuplicator.cs
- HybridDictionary.cs
- DbCommandTree.cs
- LicenseContext.cs
- ColumnResult.cs
- MailMessageEventArgs.cs
- AlternateView.cs
- Partitioner.cs
- LifetimeServices.cs
- SelectingProviderEventArgs.cs
- XPathDescendantIterator.cs
- ProfilePropertyMetadata.cs
- Point3DValueSerializer.cs
- SocketException.cs
- VarInfo.cs
- PeerCustomResolverElement.cs
- NumberSubstitution.cs
- TextWriterTraceListener.cs
- _SpnDictionary.cs
- NameValuePair.cs
- DetailsViewRowCollection.cs
- TextFindEngine.cs
- ContainsSearchOperator.cs
- AuthenticationException.cs
- Parsers.cs
- RangeBase.cs
- PreviewPrintController.cs
- EventDescriptor.cs
- MouseGestureConverter.cs
- TextAutomationPeer.cs
- DrawListViewColumnHeaderEventArgs.cs
- SafeCoTaskMem.cs
- HttpWriter.cs
- ServiceModelEnumValidatorAttribute.cs
- PrintPreviewGraphics.cs
- DataControlReferenceCollection.cs
- WebResourceUtil.cs
- SafeNativeMemoryHandle.cs
- FileSystemWatcher.cs
- HtmlShimManager.cs
- TypefaceCollection.cs
- HttpWriter.cs
- StructuredType.cs
- DataControlFieldCollection.cs
- PathTooLongException.cs
- DependencyPropertyHelper.cs
- GridViewCellAutomationPeer.cs
- RenderData.cs
- Label.cs
- TemplatedAdorner.cs
- Profiler.cs
- ServicePointManager.cs
- Splitter.cs
- DictionarySectionHandler.cs
- Panel.cs
- GeneralTransform3DCollection.cs
- DynamicDataRoute.cs
- Pair.cs
- SqlDataReaderSmi.cs
- GeneralTransform3DGroup.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- HttpWrapper.cs
- FilterElement.cs
- XPathExpr.cs
- ConfigurationProperty.cs
- NumberFormatter.cs
- ParameterBuilder.cs
- DeploymentSectionCache.cs
- BasicHttpSecurityElement.cs
- UnmanagedMemoryStream.cs
- UnsafeNativeMethodsCLR.cs
- ColumnBinding.cs
- UrlAuthFailedErrorFormatter.cs
- OfTypeExpression.cs
- ValueTable.cs
- LinkedList.cs
- ExpandSegment.cs
- MSHTMLHost.cs
- GridViewCellAutomationPeer.cs
- SystemWebCachingSectionGroup.cs
- DefaultClaimSet.cs
- ListView.cs
- DelayedRegex.cs
- DynamicDocumentPaginator.cs