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
- ImageList.cs
- WindowsStatic.cs
- Attributes.cs
- WebPartVerb.cs
- FormatConvertedBitmap.cs
- FilteredSchemaElementLookUpTable.cs
- TogglePattern.cs
- ScrollItemPattern.cs
- Simplifier.cs
- HMACSHA512.cs
- UpdatePanelControlTrigger.cs
- Scalars.cs
- XmlObjectSerializerReadContextComplex.cs
- GroupBoxRenderer.cs
- CompilerGeneratedAttribute.cs
- basecomparevalidator.cs
- SemaphoreFullException.cs
- TransformCollection.cs
- VariableQuery.cs
- ElementNotAvailableException.cs
- WindowCollection.cs
- ComPlusTraceRecord.cs
- JournalEntryStack.cs
- filewebrequest.cs
- InstallerTypeAttribute.cs
- Geometry.cs
- NavigationExpr.cs
- MembershipPasswordException.cs
- ScriptReference.cs
- HotSpot.cs
- Compiler.cs
- WindowsAuthenticationEventArgs.cs
- ResourceExpression.cs
- UnsafeNativeMethods.cs
- ToolBarPanel.cs
- Block.cs
- RadioButton.cs
- ViewStateException.cs
- BaseTemplateParser.cs
- x509store.cs
- WebPartDisplayModeEventArgs.cs
- ListControl.cs
- TextRangeEditTables.cs
- LinearKeyFrames.cs
- SqlDataReader.cs
- InvalidWorkflowException.cs
- UnsafeNetInfoNativeMethods.cs
- DataGridParentRows.cs
- Exceptions.cs
- BindingList.cs
- PageCodeDomTreeGenerator.cs
- JavaScriptObjectDeserializer.cs
- Substitution.cs
- QilExpression.cs
- SqlReorderer.cs
- SafeNativeMethods.cs
- WebPartCloseVerb.cs
- Calendar.cs
- LocalBuilder.cs
- RtfToXamlReader.cs
- XmlSerializationGeneratedCode.cs
- Span.cs
- IdleTimeoutMonitor.cs
- PinProtectionHelper.cs
- ConvertTextFrag.cs
- HtmlForm.cs
- Visual3D.cs
- SequentialOutput.cs
- Choices.cs
- QilFunction.cs
- WeakRefEnumerator.cs
- XmlQualifiedName.cs
- MarkerProperties.cs
- WindowsListViewScroll.cs
- NativeMethods.cs
- ExpressionPrefixAttribute.cs
- ToggleProviderWrapper.cs
- CompensateDesigner.cs
- BamlBinaryWriter.cs
- ISessionStateStore.cs
- WindowsFormsDesignerOptionService.cs
- SettingsAttributeDictionary.cs
- DataGridViewBindingCompleteEventArgs.cs
- TypeElementCollection.cs
- dtdvalidator.cs
- FixedSOMTable.cs
- UIElement3DAutomationPeer.cs
- FilterRepeater.cs
- TableDetailsRow.cs
- LoginDesigner.cs
- DrawingGroup.cs
- IntSecurity.cs
- Rfc2898DeriveBytes.cs
- SessionState.cs
- entityreference_tresulttype.cs
- SiteMapNodeCollection.cs
- SqlNotificationRequest.cs
- AnnotationStore.cs
- DataGridCommandEventArgs.cs
- IntegerValidator.cs