Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Markup / Localizer / BamlLocalizerErrorNotifyEventArgs.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripComboBox.cs
- SqlUtils.cs
- CmsInterop.cs
- MessagePropertyAttribute.cs
- UseAttributeSetsAction.cs
- DecimalFormatter.cs
- ValidationService.cs
- QueryParameter.cs
- DbFunctionCommandTree.cs
- Mappings.cs
- UIPropertyMetadata.cs
- PropertyItem.cs
- BufferedReadStream.cs
- BigInt.cs
- XmlSerializationReader.cs
- WmlMobileTextWriter.cs
- CompositeFontParser.cs
- AutomationElementCollection.cs
- RegexCapture.cs
- Base64Encoding.cs
- AnonymousIdentificationSection.cs
- TableRowsCollectionEditor.cs
- PathNode.cs
- EventsTab.cs
- FixedDSBuilder.cs
- TableCell.cs
- ContentFileHelper.cs
- FontFamilyIdentifier.cs
- TreeViewEvent.cs
- HyperLinkField.cs
- AnnotationResource.cs
- SamlSubjectStatement.cs
- TextBreakpoint.cs
- ParserContext.cs
- ToolStripOverflow.cs
- ITreeGenerator.cs
- ParameterToken.cs
- RectAnimationClockResource.cs
- JavaScriptSerializer.cs
- JavaScriptSerializer.cs
- RecordsAffectedEventArgs.cs
- StrokeSerializer.cs
- ForeignConstraint.cs
- InputScopeNameConverter.cs
- OptimizedTemplateContentHelper.cs
- ProcessInfo.cs
- CodeSnippetTypeMember.cs
- DesignerSerializationVisibilityAttribute.cs
- TableProviderWrapper.cs
- SapiRecognizer.cs
- RMEnrollmentPage3.cs
- DbFunctionCommandTree.cs
- OpenFileDialog.cs
- HandleExceptionArgs.cs
- BadImageFormatException.cs
- CookieHandler.cs
- ObjectDisposedException.cs
- KnownIds.cs
- VisualBrush.cs
- TrackingMemoryStreamFactory.cs
- SmiGettersStream.cs
- DES.cs
- UnsafeNativeMethods.cs
- XmlSchemaAnyAttribute.cs
- Screen.cs
- InvokeBinder.cs
- AppLevelCompilationSectionCache.cs
- InternalDispatchObject.cs
- ProfileService.cs
- MD5.cs
- StringFunctions.cs
- VolatileResourceManager.cs
- SHA1Managed.cs
- Control.cs
- HtmlInputSubmit.cs
- NetworkInformationException.cs
- DrawingImage.cs
- ChannelFactory.cs
- TTSVoice.cs
- ExpandedWrapper.cs
- WaitHandle.cs
- ReadOnlyMetadataCollection.cs
- DataGridTableCollection.cs
- BidOverLoads.cs
- Focus.cs
- CaseStatementProjectedSlot.cs
- LabelDesigner.cs
- Model3DGroup.cs
- XmlSerializationReader.cs
- ValidationPropertyAttribute.cs
- SafeLocalMemHandle.cs
- InvokeProviderWrapper.cs
- SqlDataSourceView.cs
- DrawingImage.cs
- Hashtable.cs
- HttpServerUtilityBase.cs
- RuntimeWrappedException.cs
- ObservableCollection.cs
- PersistenceMetadataNamespace.cs
- DesignerUtils.cs