Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Diagnostics / Eventing / SR.cs / 1305376 / SR.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; internal static class SRETW { // Fields internal const string ArgumentOutOfRange_MaxArgExceeded = "ArgumentOutOfRange_MaxArgExceeded"; internal const string ArgumentOutOfRange_MaxStringsExceeded = "ArgumentOutOfRange_MaxStringsExceeded"; internal const string ArgumentOutOfRange_NeedNonNegNum = "ArgumentOutOfRange_NeedNonNegNum"; internal const string ArgumentOutOfRange_NeedValidId = "ArgumentOutOfRange_NeedValidId"; public static string GetString(string name) { return name; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "args")] public static string GetString(string name, params object[] args) { return name; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; internal static class SRETW { // Fields internal const string ArgumentOutOfRange_MaxArgExceeded = "ArgumentOutOfRange_MaxArgExceeded"; internal const string ArgumentOutOfRange_MaxStringsExceeded = "ArgumentOutOfRange_MaxStringsExceeded"; internal const string ArgumentOutOfRange_NeedNonNegNum = "ArgumentOutOfRange_NeedNonNegNum"; internal const string ArgumentOutOfRange_NeedValidId = "ArgumentOutOfRange_NeedValidId"; public static string GetString(string name) { return name; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "args")] public static string GetString(string name, params object[] args) { return name; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbUpdateCommandTree.cs
- XmlReflectionImporter.cs
- QilDataSource.cs
- WebResourceAttribute.cs
- CharStorage.cs
- CodeCompiler.cs
- Misc.cs
- RequestCacheValidator.cs
- DecoderNLS.cs
- Win32.cs
- CustomAttribute.cs
- PointF.cs
- WebPartHeaderCloseVerb.cs
- Win32Interop.cs
- Matrix3DConverter.cs
- Timeline.cs
- CorrelationTokenInvalidatedHandler.cs
- TypedColumnHandler.cs
- DataGridViewImageColumn.cs
- CustomPopupPlacement.cs
- GraphicsState.cs
- HashLookup.cs
- HttpHandlersSection.cs
- GridViewRowPresenter.cs
- GridViewColumnCollectionChangedEventArgs.cs
- XmlSecureResolver.cs
- DeploymentSection.cs
- QuaternionKeyFrameCollection.cs
- ExceptionCollection.cs
- AccessDataSourceView.cs
- ServiceModelConfigurationSectionCollection.cs
- FileDialogCustomPlace.cs
- PropertiesTab.cs
- OutputScope.cs
- EntitySet.cs
- FullTextBreakpoint.cs
- TemplateContent.cs
- ByValueEqualityComparer.cs
- SafeNativeMethodsCLR.cs
- NetDispatcherFaultException.cs
- TimelineClockCollection.cs
- DataSourceControl.cs
- UniqueEventHelper.cs
- Grid.cs
- IconBitmapDecoder.cs
- PrintDialogDesigner.cs
- WebPartsSection.cs
- CompiledQuery.cs
- BamlLocalizationDictionary.cs
- ActiveDocumentEvent.cs
- IndentedWriter.cs
- OutOfProcStateClientManager.cs
- XamlSerializerUtil.cs
- SqlFlattener.cs
- DesignRelation.cs
- IndexingContentUnit.cs
- RegistrationServices.cs
- ItemsControlAutomationPeer.cs
- DateTimePicker.cs
- DataGridViewComboBoxEditingControl.cs
- ToolBarDesigner.cs
- CmsInterop.cs
- PresentationSource.cs
- WebDescriptionAttribute.cs
- Model3DGroup.cs
- QilFactory.cs
- CardSpaceShim.cs
- PasswordBoxAutomationPeer.cs
- RemotingConfiguration.cs
- AttributeQuery.cs
- PhysicalFontFamily.cs
- ForeignKeyConstraint.cs
- XmlSerializationGeneratedCode.cs
- OdbcConnectionPoolProviderInfo.cs
- VariantWrapper.cs
- ICollection.cs
- UInt16Storage.cs
- CompositeDataBoundControl.cs
- XDRSchema.cs
- DesignerCategoryAttribute.cs
- PointLight.cs
- MDIWindowDialog.cs
- SimpleTextLine.cs
- XmlReaderDelegator.cs
- OneWayChannelListener.cs
- PaperSize.cs
- SqlConnectionHelper.cs
- ImportContext.cs
- PrintPreviewControl.cs
- Size3DValueSerializer.cs
- AppliedDeviceFiltersDialog.cs
- PageParser.cs
- FrameworkName.cs
- OracleDataReader.cs
- WorkflowInstance.cs
- SoapFaultCodes.cs
- ShapingWorkspace.cs
- SineEase.cs
- messageonlyhwndwrapper.cs
- WebPartMinimizeVerb.cs