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
- VisualTreeUtils.cs
- IdleTimeoutMonitor.cs
- ExceptionHelpers.cs
- ByteAnimationUsingKeyFrames.cs
- BoundingRectTracker.cs
- DefaultProxySection.cs
- filewebrequest.cs
- ComponentDispatcher.cs
- FunctionQuery.cs
- PointValueSerializer.cs
- DelegateSerializationHolder.cs
- LinqDataSourceUpdateEventArgs.cs
- CodeTryCatchFinallyStatement.cs
- UpnEndpointIdentityExtension.cs
- PenThread.cs
- BrowserCapabilitiesFactory.cs
- EdmToObjectNamespaceMap.cs
- ScanQueryOperator.cs
- ConstraintStruct.cs
- AutoResetEvent.cs
- XXXInfos.cs
- CompleteWizardStep.cs
- EdgeProfileValidation.cs
- CodeCastExpression.cs
- XmlConvert.cs
- MembershipUser.cs
- JsonWriter.cs
- LassoHelper.cs
- RotateTransform.cs
- ReturnEventArgs.cs
- UniqueConstraint.cs
- DataPagerFieldItem.cs
- WeakReadOnlyCollection.cs
- TextInfo.cs
- FormsAuthenticationEventArgs.cs
- ClientCredentials.cs
- VisualStyleElement.cs
- ReferencedCollectionType.cs
- DataGridViewRowEventArgs.cs
- DataControlField.cs
- QueryAccessibilityHelpEvent.cs
- DataRowExtensions.cs
- WebPartEventArgs.cs
- RegisteredExpandoAttribute.cs
- input.cs
- SqlVisitor.cs
- XmlWrappingReader.cs
- MenuItem.cs
- RotateTransform3D.cs
- followingsibling.cs
- ErrorWrapper.cs
- SoapReflectionImporter.cs
- ComponentResourceManager.cs
- ColorContextHelper.cs
- _ContextAwareResult.cs
- MasterPage.cs
- WizardPanelChangingEventArgs.cs
- Point3DValueSerializer.cs
- DetailsViewUpdatedEventArgs.cs
- XmlSiteMapProvider.cs
- RelationshipSet.cs
- MenuCommands.cs
- WebControlsSection.cs
- IOException.cs
- ExtenderProvidedPropertyAttribute.cs
- Visual3D.cs
- PersonalizationAdministration.cs
- WindowsListViewSubItem.cs
- SequentialUshortCollection.cs
- AppDomainResourcePerfCounters.cs
- SchemaCollectionPreprocessor.cs
- DataTransferEventArgs.cs
- TemplateAction.cs
- HttpModuleActionCollection.cs
- CompilationRelaxations.cs
- ImplicitInputBrush.cs
- dtdvalidator.cs
- IndentedTextWriter.cs
- XmlQueryRuntime.cs
- IsolatedStorageFile.cs
- ValueQuery.cs
- CompressStream.cs
- ButtonBaseAdapter.cs
- JournalEntryStack.cs
- TypefaceMap.cs
- SqlErrorCollection.cs
- TextEditor.cs
- ShapeTypeface.cs
- StorageMappingItemLoader.cs
- SqlCommand.cs
- SoapSchemaImporter.cs
- Wildcard.cs
- BaseComponentEditor.cs
- TextChange.cs
- ListParagraph.cs
- UrlPath.cs
- SplashScreen.cs
- BoundField.cs
- AddInController.cs
- Cursors.cs