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
- NumericExpr.cs
- BindingExpression.cs
- ScriptResourceAttribute.cs
- MultiTrigger.cs
- AutomationElementCollection.cs
- PermissionAttributes.cs
- TypeSystem.cs
- DesignTable.cs
- CompositeFontInfo.cs
- ProfileSettings.cs
- LinqDataSource.cs
- SqlProfileProvider.cs
- WindowsListBox.cs
- Triplet.cs
- ReplyChannelBinder.cs
- AffineTransform3D.cs
- HttpCapabilitiesEvaluator.cs
- FixUp.cs
- MultiSelector.cs
- InputLangChangeRequestEvent.cs
- RelatedPropertyManager.cs
- ContentType.cs
- Point3D.cs
- LogicalChannel.cs
- GlyphElement.cs
- Configuration.cs
- HTMLTextWriter.cs
- NativeMethods.cs
- Char.cs
- DependencyStoreSurrogate.cs
- MenuBase.cs
- TrustManagerMoreInformation.cs
- ListDictionaryInternal.cs
- WinEventQueueItem.cs
- FontStyleConverter.cs
- RenderContext.cs
- VectorKeyFrameCollection.cs
- QilInvokeLateBound.cs
- VirtualPathUtility.cs
- DataGridColumnHeadersPresenter.cs
- BuildTopDownAttribute.cs
- ObjectHelper.cs
- PointLightBase.cs
- PageStatePersister.cs
- ProcessModelSection.cs
- TimelineClockCollection.cs
- ScrollChrome.cs
- MetadataLocation.cs
- DropTarget.cs
- TypeHelpers.cs
- ExpressionBuilder.cs
- Operators.cs
- WaitForChangedResult.cs
- ExceptionTranslationTable.cs
- ReadOnlyNameValueCollection.cs
- MatrixCamera.cs
- EntityModelBuildProvider.cs
- SatelliteContractVersionAttribute.cs
- RightsManagementEncryptedStream.cs
- EdmTypeAttribute.cs
- DataGridTableCollection.cs
- Viewport2DVisual3D.cs
- KeySplineConverter.cs
- DesignerActionKeyboardBehavior.cs
- Parsers.cs
- UIElementHelper.cs
- ProgressChangedEventArgs.cs
- ListInitExpression.cs
- DockAndAnchorLayout.cs
- FlowDocumentReader.cs
- NamespaceCollection.cs
- ListViewGroup.cs
- LazyTextWriterCreator.cs
- StoryFragments.cs
- ContainerCodeDomSerializer.cs
- EntityContainerEntitySet.cs
- ToolStripDropTargetManager.cs
- StringValidator.cs
- figurelength.cs
- KeyedCollection.cs
- ObjectSecurity.cs
- XmlAutoDetectWriter.cs
- AdjustableArrowCap.cs
- TextRunTypographyProperties.cs
- ChildDocumentBlock.cs
- ListControl.cs
- DependencyPropertyHelper.cs
- wgx_sdk_version.cs
- LabelDesigner.cs
- CompensatableTransactionScopeActivityDesigner.cs
- SystemFonts.cs
- BindToObject.cs
- FixedDSBuilder.cs
- FixedTextPointer.cs
- SHA384Managed.cs
- ExceptionHandlersDesigner.cs
- XmlNode.cs
- ThreadStateException.cs
- lengthconverter.cs
- Viewport3DVisual.cs