Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Management / WebServiceErrorEvent.cs / 1305376 / WebServiceErrorEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Management { public class WebServiceErrorEvent : WebRequestErrorEvent{ private const int _webServiceErrorEventCode = 100001; public static int WebServiceErrorEventCode{ get{ return _webServiceErrorEventCode; } } internal protected WebServiceErrorEvent(string message, object eventSource, Exception exception) : base(message, eventSource, WebServiceErrorEventCode, exception) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Management { public class WebServiceErrorEvent : WebRequestErrorEvent{ private const int _webServiceErrorEventCode = 100001; public static int WebServiceErrorEventCode{ get{ return _webServiceErrorEventCode; } } internal protected WebServiceErrorEvent(string message, object eventSource, Exception exception) : base(message, eventSource, WebServiceErrorEventCode, exception) { } } } // 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
- GrabHandleGlyph.cs
- XhtmlMobileTextWriter.cs
- BinaryObjectReader.cs
- NamespaceInfo.cs
- ManagedFilter.cs
- DrawingState.cs
- ExpandCollapseProviderWrapper.cs
- EditorPartCollection.cs
- ResourceManager.cs
- UserControl.cs
- CodeDOMProvider.cs
- PointLightBase.cs
- NamedPermissionSet.cs
- NameValueFileSectionHandler.cs
- ExtractorMetadata.cs
- DataGridPreparingCellForEditEventArgs.cs
- ChooseAction.cs
- RoleManagerEventArgs.cs
- Buffer.cs
- DefaultValueAttribute.cs
- COSERVERINFO.cs
- ScopedMessagePartSpecification.cs
- ClientTargetCollection.cs
- _AutoWebProxyScriptEngine.cs
- QuotedPrintableStream.cs
- NativeCppClassAttribute.cs
- DataGridViewSelectedRowCollection.cs
- DesignerForm.cs
- ProtectedProviderSettings.cs
- XmlSchemaExternal.cs
- FindCriteriaApril2005.cs
- ChtmlPhoneCallAdapter.cs
- FixedDocumentPaginator.cs
- XmlObjectSerializerContext.cs
- ButtonBaseAutomationPeer.cs
- SqlServer2KCompatibilityCheck.cs
- DataStreams.cs
- DrawingContextWalker.cs
- DependencyObjectType.cs
- DisposableCollectionWrapper.cs
- ComponentChangedEvent.cs
- WindowsMenu.cs
- DllHostedComPlusServiceHost.cs
- SchemaEntity.cs
- EnterpriseServicesHelper.cs
- SweepDirectionValidation.cs
- DataRecord.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- IntSecurity.cs
- Label.cs
- DbProviderSpecificTypePropertyAttribute.cs
- AutomationPropertyInfo.cs
- PixelFormats.cs
- PostBackOptions.cs
- SmtpLoginAuthenticationModule.cs
- TargetParameterCountException.cs
- SessionEndingCancelEventArgs.cs
- ISFTagAndGuidCache.cs
- HtmlInputPassword.cs
- ObjectItemCachedAssemblyLoader.cs
- altserialization.cs
- HttpHeaderCollection.cs
- NullableLongSumAggregationOperator.cs
- MetadataException.cs
- Queue.cs
- X509ChainPolicy.cs
- InputReferenceExpression.cs
- ClientEventManager.cs
- SafeNativeMethods.cs
- LinqDataSourceUpdateEventArgs.cs
- WizardPanel.cs
- ConfigurationFileMap.cs
- ParserHooks.cs
- parserscommon.cs
- WebSysDisplayNameAttribute.cs
- Point3DCollection.cs
- ListenerChannelContext.cs
- MimeAnyImporter.cs
- FullTextState.cs
- TextSelectionProcessor.cs
- Types.cs
- RedBlackList.cs
- MenuItemCollection.cs
- ManifestBasedResourceGroveler.cs
- OdbcDataReader.cs
- CmsUtils.cs
- Operator.cs
- FeatureSupport.cs
- DataGridPagerStyle.cs
- QilReference.cs
- ActivationServices.cs
- AuthStoreRoleProvider.cs
- OrCondition.cs
- StubHelpers.cs
- WinFormsComponentEditor.cs
- BitmapVisualManager.cs
- RenderOptions.cs
- StorageEntityTypeMapping.cs
- XamlFigureLengthSerializer.cs
- PrintPreviewDialog.cs