Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- DependentList.cs
- BypassElement.cs
- CodeSubDirectoriesCollection.cs
- ContainerParagraph.cs
- XPathException.cs
- SqlConnection.cs
- OdbcReferenceCollection.cs
- SrgsSubset.cs
- UpdateTracker.cs
- VerificationAttribute.cs
- glyphs.cs
- CommandPlan.cs
- ButtonPopupAdapter.cs
- DbParameterHelper.cs
- Pkcs9Attribute.cs
- ProfileParameter.cs
- ClientCultureInfo.cs
- List.cs
- MouseButton.cs
- Utility.cs
- QilUnary.cs
- FunctionDetailsReader.cs
- ALinqExpressionVisitor.cs
- SecurityException.cs
- VirtualDirectoryMappingCollection.cs
- IResourceProvider.cs
- ConsoleKeyInfo.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- UTF32Encoding.cs
- WindowClosedEventArgs.cs
- VisualTreeUtils.cs
- Decorator.cs
- XamlStyleSerializer.cs
- GorillaCodec.cs
- CollectionView.cs
- MaterializeFromAtom.cs
- ConfigXmlSignificantWhitespace.cs
- GetWinFXPath.cs
- ReadOnlyHierarchicalDataSourceView.cs
- CompilerScopeManager.cs
- EnumBuilder.cs
- UInt64Storage.cs
- HttpRequestWrapper.cs
- ProtectedConfiguration.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- PopOutPanel.cs
- BuildManager.cs
- ADMembershipUser.cs
- BoundPropertyEntry.cs
- XmlWrappingReader.cs
- ResumeStoryboard.cs
- FullTextState.cs
- DirectoryNotFoundException.cs
- SelectionPattern.cs
- ApplyTemplatesAction.cs
- HierarchicalDataSourceControl.cs
- MdiWindowListItemConverter.cs
- BeginStoryboard.cs
- WmpBitmapEncoder.cs
- RepeatInfo.cs
- arabicshape.cs
- XmlQualifiedName.cs
- IisTraceListener.cs
- OdbcConnectionHandle.cs
- WriteStateInfoBase.cs
- Transform.cs
- DbBuffer.cs
- DictionaryGlobals.cs
- SimpleBitVector32.cs
- ParameterCollectionEditorForm.cs
- LocalizableAttribute.cs
- SettingsAttributes.cs
- NavigationEventArgs.cs
- HealthMonitoringSectionHelper.cs
- TemplateControlCodeDomTreeGenerator.cs
- PowerModeChangedEventArgs.cs
- HyperlinkAutomationPeer.cs
- WorkflowOperationInvoker.cs
- ObjectPropertyMapping.cs
- BookmarkManager.cs
- WebPartVerbsEventArgs.cs
- InkPresenterAutomationPeer.cs
- GreenMethods.cs
- MachineKeyValidationConverter.cs
- TimerElapsedEvenArgs.cs
- XPathBinder.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TextPenaltyModule.cs
- PriorityItem.cs
- BitmapSource.cs
- BinaryUtilClasses.cs
- DocumentPaginator.cs
- UrlMappingCollection.cs
- HttpStreams.cs
- OleDbPropertySetGuid.cs
- SQLInt16.cs
- ConfigXmlComment.cs
- WebEventCodes.cs
- AddDataControlFieldDialog.cs
- OleCmdHelper.cs