Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ZipIOEndOfCentralDirectoryBlock.cs
- FontFamily.cs
- MinMaxParagraphWidth.cs
- TypeUtils.cs
- TreeViewImageIndexConverter.cs
- LazyTextWriterCreator.cs
- RangeBaseAutomationPeer.cs
- ToolStripRenderEventArgs.cs
- ConfigXmlText.cs
- PageThemeParser.cs
- SystemBrushes.cs
- DBSchemaTable.cs
- DataBoundControl.cs
- PrtTicket_Editor.cs
- SapiRecognizer.cs
- FontSourceCollection.cs
- DataSourceXmlTextReader.cs
- DataGridViewColumnCollection.cs
- UpdateExpressionVisitor.cs
- AuthenticationSection.cs
- GrammarBuilderDictation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- PublisherIdentityPermission.cs
- DesignerEditorPartChrome.cs
- GlyphRun.cs
- ProgressBarRenderer.cs
- BaseTemplateParser.cs
- BinaryMethodMessage.cs
- FixedSOMPage.cs
- MediaContextNotificationWindow.cs
- Nodes.cs
- RuntimeEnvironment.cs
- SmtpException.cs
- DependencyStoreSurrogate.cs
- ProviderCommandInfoUtils.cs
- AppDomain.cs
- TextOptions.cs
- AuthenticatingEventArgs.cs
- PreloadedPackages.cs
- AsyncCompletedEventArgs.cs
- SpeechSynthesizer.cs
- IriParsingElement.cs
- AlignmentXValidation.cs
- XmlSignificantWhitespace.cs
- AssociatedControlConverter.cs
- HeaderedContentControl.cs
- SettingsPropertyWrongTypeException.cs
- MetadataStore.cs
- IChannel.cs
- DeadCharTextComposition.cs
- SolidBrush.cs
- AttributeUsageAttribute.cs
- UnsignedPublishLicense.cs
- XhtmlTextWriter.cs
- DataGridViewColumnTypeEditor.cs
- CngUIPolicy.cs
- DataStreamFromComStream.cs
- DataGridViewIntLinkedList.cs
- SHA384Managed.cs
- CanonicalizationDriver.cs
- OdbcEnvironmentHandle.cs
- SqlDataSourceSelectingEventArgs.cs
- WebUtil.cs
- ExpressionLexer.cs
- CLRBindingWorker.cs
- JsonSerializer.cs
- TextViewSelectionProcessor.cs
- DataSourceHelper.cs
- ArgumentDesigner.xaml.cs
- ProviderConnectionPointCollection.cs
- SqlConnectionPoolProviderInfo.cs
- ComplexBindingPropertiesAttribute.cs
- Cursors.cs
- ClientSettingsProvider.cs
- NotImplementedException.cs
- cookieexception.cs
- ProviderCommandInfoUtils.cs
- StructureChangedEventArgs.cs
- FullTextBreakpoint.cs
- MatrixIndependentAnimationStorage.cs
- EasingFunctionBase.cs
- ContainerControl.cs
- WebBodyFormatMessageProperty.cs
- SmtpFailedRecipientException.cs
- RectAnimationClockResource.cs
- InvalidAsynchronousStateException.cs
- DataGridViewRowEventArgs.cs
- UIElement3DAutomationPeer.cs
- ExecutionScope.cs
- Journal.cs
- PropertyGridEditorPart.cs
- DocumentCollection.cs
- PhysicalAddress.cs
- Point.cs
- QuestionEventArgs.cs
- WindowsSysHeader.cs
- RegisteredExpandoAttribute.cs
- WorkItem.cs
- DesignerOptionService.cs
- SoapSchemaMember.cs