Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / Management / WebServiceErrorEvent.cs / 1 / WebServiceErrorEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Management { using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] 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 { using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] 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
- RootBrowserWindowAutomationPeer.cs
- WSSecurityTokenSerializer.cs
- ReadOnlyHierarchicalDataSourceView.cs
- AppDomainUnloadedException.cs
- ComboBoxRenderer.cs
- DataTable.cs
- ToolBarButtonClickEvent.cs
- SqlTopReducer.cs
- HtmlForm.cs
- ListControlConvertEventArgs.cs
- ToolBarButton.cs
- RequestChannel.cs
- LocatorPartList.cs
- MenuItemBindingCollection.cs
- RecognizerBase.cs
- PageContentCollection.cs
- ExpressionEditor.cs
- SHA256Cng.cs
- CodeAccessSecurityEngine.cs
- newitemfactory.cs
- UdpTransportBindingElement.cs
- EdmComplexPropertyAttribute.cs
- DiscoveryReference.cs
- XMLSchema.cs
- ReadOnlyCollectionBuilder.cs
- ConsoleKeyInfo.cs
- CollectionDataContractAttribute.cs
- MetadataLocation.cs
- TransactionManager.cs
- DrawingImage.cs
- BCLDebug.cs
- ComProxy.cs
- XmlObjectSerializerWriteContext.cs
- InternalBufferOverflowException.cs
- LinqDataSourceSelectEventArgs.cs
- LambdaCompiler.Expressions.cs
- SecurityCriticalDataForSet.cs
- ThreadStaticAttribute.cs
- HostSecurityManager.cs
- Rotation3DAnimationBase.cs
- ReaderOutput.cs
- Unit.cs
- BrowserInteropHelper.cs
- ImageButton.cs
- ProfileSection.cs
- JsonServiceDocumentSerializer.cs
- DecoderExceptionFallback.cs
- DataSourceXmlAttributeAttribute.cs
- HashUtility.cs
- FloaterBaseParaClient.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- AccessKeyManager.cs
- TransportListener.cs
- DBCommand.cs
- ToolStripCodeDomSerializer.cs
- EntityConnection.cs
- Vector3D.cs
- ResourceContainerWrapper.cs
- NativeMethods.cs
- RadioButton.cs
- ParagraphResult.cs
- configsystem.cs
- IgnoreFileBuildProvider.cs
- SettingsPropertyIsReadOnlyException.cs
- ComponentConverter.cs
- QuotedStringFormatReader.cs
- DeleteCardRequest.cs
- Bidi.cs
- XmlSchemaSimpleContent.cs
- ConnectionManagementSection.cs
- DetailsViewPagerRow.cs
- ServiceMoniker.cs
- DictionarySurrogate.cs
- EntityTypeBase.cs
- MatrixTransform3D.cs
- SmtpNegotiateAuthenticationModule.cs
- NativeMethods.cs
- Vector3DCollectionConverter.cs
- DataRowExtensions.cs
- XmlSchemaObjectTable.cs
- TrackingServices.cs
- ConversionContext.cs
- StreamUpgradeProvider.cs
- KeyConstraint.cs
- PageCodeDomTreeGenerator.cs
- DelimitedListTraceListener.cs
- ResourcesBuildProvider.cs
- Transaction.cs
- ScrollChrome.cs
- HtmlDocument.cs
- UIElementHelper.cs
- TrailingSpaceComparer.cs
- MethodExpr.cs
- IconBitmapDecoder.cs
- DesignerForm.cs
- EventLogger.cs
- IgnoreSectionHandler.cs
- DataGridViewSelectedCellCollection.cs
- bindurihelper.cs
- UpdateEventArgs.cs