Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- InstallHelper.cs
- DetailsViewCommandEventArgs.cs
- PreviewPrintController.cs
- control.ime.cs
- DBCommandBuilder.cs
- ClosableStream.cs
- DataView.cs
- HttpHandlerActionCollection.cs
- OutputScopeManager.cs
- SQLInt16.cs
- GridItemProviderWrapper.cs
- XmlQueryType.cs
- FontStretch.cs
- HttpServerVarsCollection.cs
- ReadOnlyDataSource.cs
- WindowsComboBox.cs
- SqlBuilder.cs
- EntityWrapperFactory.cs
- MetadataImporterQuotas.cs
- ScaleTransform3D.cs
- TextServicesHost.cs
- XsltLoader.cs
- CodePageEncoding.cs
- BmpBitmapEncoder.cs
- SingleResultAttribute.cs
- Cell.cs
- AttributeAction.cs
- HyperLinkDesigner.cs
- SmiContext.cs
- ObjectResult.cs
- SerialPinChanges.cs
- XmlFormatReaderGenerator.cs
- BitmapMetadataBlob.cs
- StickyNoteHelper.cs
- ObjectStateFormatter.cs
- ArraySet.cs
- Operators.cs
- PassportPrincipal.cs
- SiteMapNodeCollection.cs
- Sql8ExpressionRewriter.cs
- ToolStripDropTargetManager.cs
- TriggerCollection.cs
- CacheVirtualItemsEvent.cs
- ScalarOps.cs
- WindowsPen.cs
- HighlightOverlayGlyph.cs
- MetafileHeaderWmf.cs
- _LazyAsyncResult.cs
- PropertyPathConverter.cs
- ActionNotSupportedException.cs
- EntityContainerAssociationSetEnd.cs
- XmlRawWriter.cs
- controlskin.cs
- DataRowComparer.cs
- InvalidPrinterException.cs
- MeasurementDCInfo.cs
- TableRowCollection.cs
- HtmlPageAdapter.cs
- TemplateBuilder.cs
- IISUnsafeMethods.cs
- ChtmlSelectionListAdapter.cs
- ValidationErrorCollection.cs
- FixedTextView.cs
- Util.cs
- QilTernary.cs
- CompModSwitches.cs
- DesignerActionPropertyItem.cs
- SqlLiftWhereClauses.cs
- ByteConverter.cs
- BufferModeSettings.cs
- WebPartManagerDesigner.cs
- ChildrenQuery.cs
- CrossSiteScriptingValidation.cs
- OutputScope.cs
- GridViewRow.cs
- __Filters.cs
- ScriptModule.cs
- ApplicationSettingsBase.cs
- TreeNodeStyleCollection.cs
- StrokeSerializer.cs
- EmptyArray.cs
- FederatedMessageSecurityOverHttpElement.cs
- DBSchemaTable.cs
- UIntPtr.cs
- WebPartCatalogCloseVerb.cs
- SafeUserTokenHandle.cs
- CounterNameConverter.cs
- MethodRental.cs
- CopyNamespacesAction.cs
- TemplateControlParser.cs
- OSFeature.cs
- XmlSiteMapProvider.cs
- Vector3DKeyFrameCollection.cs
- MinimizableAttributeTypeConverter.cs
- DbConnectionPoolOptions.cs
- SecurityRuntime.cs
- Encoding.cs
- ListMarkerSourceInfo.cs
- MessageQueueInstaller.cs
- ToolTipAutomationPeer.cs