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
- SecurityElement.cs
- Rect3D.cs
- ClientConvert.cs
- WebControlsSection.cs
- UniqueCodeIdentifierScope.cs
- StatusBarPanelClickEvent.cs
- EdmItemCollection.cs
- FixedDocumentSequencePaginator.cs
- FacetValues.cs
- HashUtility.cs
- ToolStripGrip.cs
- CodeMethodReturnStatement.cs
- DataGridViewColumnStateChangedEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- HttpApplication.cs
- ChameleonKey.cs
- AppSecurityManager.cs
- ImplicitInputBrush.cs
- XmlAnyElementAttributes.cs
- UnmanagedMemoryStreamWrapper.cs
- Identifier.cs
- OutputCache.cs
- XmlCompatibilityReader.cs
- ClientScriptManager.cs
- PropertyKey.cs
- SqlOuterApplyReducer.cs
- DllNotFoundException.cs
- QueryInterceptorAttribute.cs
- GlyphShapingProperties.cs
- DataGridViewIntLinkedList.cs
- FormatPage.cs
- ProfileBuildProvider.cs
- PrintPageEvent.cs
- XmlAtomicValue.cs
- PageContentCollection.cs
- xmlsaver.cs
- CopyAction.cs
- VersionedStream.cs
- CodeIterationStatement.cs
- SqlMetaData.cs
- ReflectTypeDescriptionProvider.cs
- PixelFormats.cs
- WebScriptMetadataFormatter.cs
- GC.cs
- SafeNativeMemoryHandle.cs
- DataExpression.cs
- DataGridViewSelectedColumnCollection.cs
- InArgumentConverter.cs
- RuntimeArgumentHandle.cs
- DiscardableAttribute.cs
- recordstatefactory.cs
- DocumentSchemaValidator.cs
- FunctionQuery.cs
- AnnotationAdorner.cs
- DBConnection.cs
- MetadataItemEmitter.cs
- StreamMarshaler.cs
- DrawItemEvent.cs
- NegationPusher.cs
- ReaderWriterLockWrapper.cs
- RepeaterItemCollection.cs
- DataGridViewTopRowAccessibleObject.cs
- odbcmetadatacollectionnames.cs
- ClassData.cs
- SmtpNtlmAuthenticationModule.cs
- ProfileModule.cs
- UpdateProgress.cs
- ResourceContainer.cs
- PageBuildProvider.cs
- ServiceDurableInstance.cs
- Part.cs
- Binding.cs
- OracleConnectionFactory.cs
- ExpressionConverter.cs
- ProcessHost.cs
- RayHitTestParameters.cs
- SHA384.cs
- XmlWrappingReader.cs
- ConfigurationValidatorAttribute.cs
- NumberFormatInfo.cs
- PasswordBoxAutomationPeer.cs
- WriteableBitmap.cs
- ZipPackagePart.cs
- SocketElement.cs
- CheckableControlBaseAdapter.cs
- CacheMemory.cs
- XmlTextEncoder.cs
- RequiredFieldValidator.cs
- MatrixTransform.cs
- Schema.cs
- TextRunProperties.cs
- SiteMapNode.cs
- PageRanges.cs
- CultureTable.cs
- XmlDigitalSignatureProcessor.cs
- RealizationDrawingContextWalker.cs
- ErrorsHelper.cs
- ExtendedProperty.cs
- InputLanguage.cs
- OdbcErrorCollection.cs