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
- TextBoxAutoCompleteSourceConverter.cs
- AutomationEventArgs.cs
- ClaimTypeElementCollection.cs
- RC2.cs
- TickBar.cs
- MediaContext.cs
- MobileCapabilities.cs
- InvalidDataException.cs
- DependencyPropertyConverter.cs
- SQLGuidStorage.cs
- UInt16Converter.cs
- SecureUICommand.cs
- _NegotiateClient.cs
- InstalledFontCollection.cs
- ListViewGroup.cs
- RepeatInfo.cs
- NotifyInputEventArgs.cs
- LocalizableResourceBuilder.cs
- Misc.cs
- SplineQuaternionKeyFrame.cs
- ChannelManager.cs
- ListBoxItemWrapperAutomationPeer.cs
- InternalsVisibleToAttribute.cs
- TimeoutException.cs
- GroupItemAutomationPeer.cs
- CollectionChangedEventManager.cs
- MsmqInputMessage.cs
- TransportChannelListener.cs
- TitleStyle.cs
- SHA1.cs
- PositiveTimeSpanValidatorAttribute.cs
- InputDevice.cs
- DecimalStorage.cs
- TriggerAction.cs
- COM2ExtendedBrowsingHandler.cs
- controlskin.cs
- Enum.cs
- GPRECTF.cs
- X509ChainElement.cs
- CachedTypeface.cs
- CryptoConfig.cs
- QuaternionRotation3D.cs
- RegistrationServices.cs
- WindowsIdentity.cs
- KnownIds.cs
- MessagePropertyDescriptionCollection.cs
- ClientSettingsProvider.cs
- Utils.cs
- MergeFilterQuery.cs
- ChannelRequirements.cs
- Buffer.cs
- WebPartHelpVerb.cs
- SourceChangedEventArgs.cs
- LinearGradientBrush.cs
- LocatorPart.cs
- DateTimeConstantAttribute.cs
- Matrix3D.cs
- TemplatedMailWebEventProvider.cs
- ForAllOperator.cs
- ObjectCacheHost.cs
- MarkupObject.cs
- QueryExpr.cs
- WmpBitmapEncoder.cs
- StringSource.cs
- TrustExchangeException.cs
- MaskedTextBoxDesigner.cs
- ObjectViewFactory.cs
- userdatakeys.cs
- DataGridBoolColumn.cs
- PlatformNotSupportedException.cs
- StatusBarPanelClickEvent.cs
- DbConnectionPoolIdentity.cs
- Attributes.cs
- TextEffect.cs
- MailFileEditor.cs
- AuthenticatedStream.cs
- MemoryPressure.cs
- MenuItemBinding.cs
- DataGridColumnHeader.cs
- AdobeCFFWrapper.cs
- DebugView.cs
- StateMachine.cs
- ImportCatalogPart.cs
- CustomWebEventKey.cs
- TextPattern.cs
- ExpressionStringBuilder.cs
- filewebrequest.cs
- JpegBitmapEncoder.cs
- ConstNode.cs
- Int32Converter.cs
- TimeStampChecker.cs
- FixedBufferAttribute.cs
- WindowsTooltip.cs
- ConfigXmlElement.cs
- DataKeyCollection.cs
- CellParaClient.cs
- RichTextBoxConstants.cs
- OleDbPropertySetGuid.cs
- Calendar.cs
- WindowsFont.cs