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
- ConfigurationCollectionAttribute.cs
- OleDbCommandBuilder.cs
- OneOfTypeConst.cs
- ConsoleEntryPoint.cs
- RequiredFieldValidator.cs
- NullReferenceException.cs
- ExecutionScope.cs
- HttpCacheVary.cs
- ArrayElementGridEntry.cs
- XmlQuerySequence.cs
- arabicshape.cs
- NonSerializedAttribute.cs
- CacheEntry.cs
- CannotUnloadAppDomainException.cs
- OracleException.cs
- SizeF.cs
- XMLUtil.cs
- GridView.cs
- GridSplitter.cs
- SafeNativeMethods.cs
- ProjectionPath.cs
- CommandDevice.cs
- SecurityState.cs
- SingleTagSectionHandler.cs
- InstanceNormalEvent.cs
- OleDbTransaction.cs
- RenamedEventArgs.cs
- TargetControlTypeCache.cs
- SQLInt32.cs
- DoubleCollectionConverter.cs
- webeventbuffer.cs
- ReadOnlyCollectionBase.cs
- SafeProcessHandle.cs
- MultiView.cs
- IsolationInterop.cs
- DataListCommandEventArgs.cs
- DefaultProxySection.cs
- EditorPartCollection.cs
- DataListGeneralPage.cs
- FileSystemWatcher.cs
- UserControlBuildProvider.cs
- SafeCertificateContext.cs
- WebPartManagerInternals.cs
- SystemIPGlobalStatistics.cs
- TimeZone.cs
- HtmlTernaryTree.cs
- WebControlsSection.cs
- TextTreeInsertElementUndoUnit.cs
- BitmapEffectvisualstate.cs
- MachineKeyValidationConverter.cs
- EnumMember.cs
- DesignerCommandSet.cs
- NameHandler.cs
- _BufferOffsetSize.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- CacheMode.cs
- SymbolType.cs
- AppSettingsReader.cs
- RsaKeyGen.cs
- base64Transforms.cs
- DataGridViewRowConverter.cs
- CqlGenerator.cs
- panel.cs
- TextDecorationUnitValidation.cs
- ShapingWorkspace.cs
- DocumentOutline.cs
- TemplateManager.cs
- HttpDictionary.cs
- KnownIds.cs
- RelationshipEnd.cs
- XPathNavigatorKeyComparer.cs
- _NegotiateClient.cs
- ImageButton.cs
- EntitySetRetriever.cs
- SqlWorkflowPersistenceService.cs
- TextureBrush.cs
- CharEnumerator.cs
- DataTablePropertyDescriptor.cs
- Int64AnimationUsingKeyFrames.cs
- ToolStripDropDownItem.cs
- CodeAttributeDeclarationCollection.cs
- VectorCollectionValueSerializer.cs
- Transform3DGroup.cs
- UpdateTranslator.cs
- ClientSettingsStore.cs
- TextElement.cs
- SiteMapPath.cs
- DataViewManagerListItemTypeDescriptor.cs
- ChildrenQuery.cs
- EpmCustomContentWriterNodeData.cs
- ScaleTransform.cs
- NetPipeSection.cs
- BoundPropertyEntry.cs
- ChannelManager.cs
- WebPartDescriptionCollection.cs
- SortedList.cs
- CaseInsensitiveHashCodeProvider.cs
- SafeFileHandle.cs
- WindowsToolbarItemAsMenuItem.cs
- GeneralTransform3DTo2DTo3D.cs