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
- DocumentXmlWriter.cs
- XmlSchemaAll.cs
- OleDbWrapper.cs
- NumberSubstitution.cs
- HierarchicalDataBoundControlAdapter.cs
- ConcurrencyMode.cs
- RemoteHelper.cs
- ControlParameter.cs
- DynamicPropertyHolder.cs
- ElementHost.cs
- SoapSchemaMember.cs
- DriveNotFoundException.cs
- SqlMethodCallConverter.cs
- Collection.cs
- DivideByZeroException.cs
- XmlSchemaComplexType.cs
- ToolStripTextBox.cs
- AccessDataSourceView.cs
- CodeBlockBuilder.cs
- TypedTableBase.cs
- InvokePattern.cs
- BatchParser.cs
- AsymmetricKeyExchangeDeformatter.cs
- columnmapkeybuilder.cs
- DatatypeImplementation.cs
- AssemblyAttributesGoHere.cs
- TraceProvider.cs
- Visitors.cs
- URI.cs
- MobileComponentEditorPage.cs
- RemoveStoryboard.cs
- ProtectedConfiguration.cs
- SHA1Managed.cs
- CollectionsUtil.cs
- CustomValidator.cs
- ScriptRef.cs
- ReverseQueryOperator.cs
- ClientTarget.cs
- User.cs
- FixedStringLookup.cs
- CaseCqlBlock.cs
- IIS7WorkerRequest.cs
- Point4D.cs
- WorkflowMarkupElementEventArgs.cs
- SmtpFailedRecipientException.cs
- FloaterParaClient.cs
- ThousandthOfEmRealDoubles.cs
- TextFormatterContext.cs
- TextContainer.cs
- SrgsElementFactoryCompiler.cs
- AssemblyAssociatedContentFileAttribute.cs
- Parameter.cs
- Drawing.cs
- MonthChangedEventArgs.cs
- CopyOfAction.cs
- WizardForm.cs
- TypeContext.cs
- DataTablePropertyDescriptor.cs
- Slider.cs
- ServiceDescriptionData.cs
- ServicesUtilities.cs
- LinearGradientBrush.cs
- Interfaces.cs
- SymbolEqualComparer.cs
- GetFileNameResult.cs
- NullReferenceException.cs
- BatchWriter.cs
- Activation.cs
- PrivilegeNotHeldException.cs
- SerializationException.cs
- QueueSurrogate.cs
- CodePrimitiveExpression.cs
- WmlPanelAdapter.cs
- DataKeyCollection.cs
- CodeRemoveEventStatement.cs
- Rotation3DKeyFrameCollection.cs
- XsltConvert.cs
- ProcessHostServerConfig.cs
- DataGrid.cs
- ProxyGenerator.cs
- UnsafeNativeMethods.cs
- iisPickupDirectory.cs
- VectorAnimation.cs
- _SSPISessionCache.cs
- BamlRecordHelper.cs
- AtomMaterializerLog.cs
- DropSourceBehavior.cs
- WindowsGraphics.cs
- IdentifierCollection.cs
- DiffuseMaterial.cs
- DataGridState.cs
- PropertyPath.cs
- SQlBooleanStorage.cs
- CodeIdentifiers.cs
- DataGridViewCellFormattingEventArgs.cs
- ClientScriptManager.cs
- BatchServiceHost.cs
- SynchronousReceiveBehavior.cs
- SafeRegistryKey.cs
- DynamicPropertyReader.cs