Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RuntimeConfigurationRecord.cs
- MetadataPropertyvalue.cs
- HandlerBase.cs
- DependencyPropertyConverter.cs
- SessionIDManager.cs
- DataBoundControlHelper.cs
- PerspectiveCamera.cs
- InternalResources.cs
- FileDialogCustomPlace.cs
- TemplateKeyConverter.cs
- Code.cs
- SymmetricAlgorithm.cs
- ObjectSet.cs
- EntityDataSourceConfigureObjectContext.cs
- PackWebResponse.cs
- UndirectedGraph.cs
- HttpDebugHandler.cs
- TextEndOfParagraph.cs
- ResourcesGenerator.cs
- DesignerResources.cs
- CompilationLock.cs
- SoapTypeAttribute.cs
- FlatButtonAppearance.cs
- DBConcurrencyException.cs
- XmlRawWriter.cs
- OutputChannelBinder.cs
- Tile.cs
- GridViewColumnHeaderAutomationPeer.cs
- PrincipalPermission.cs
- Lock.cs
- StringUtil.cs
- PolicyVersion.cs
- ModelPerspective.cs
- TextCollapsingProperties.cs
- ImageSourceValueSerializer.cs
- OdbcStatementHandle.cs
- FilterableAttribute.cs
- NameValueCollection.cs
- ProfileService.cs
- MarkerProperties.cs
- ConnectionManagementSection.cs
- CategoryGridEntry.cs
- SiteMapNodeItem.cs
- InputMethod.cs
- NavigatingCancelEventArgs.cs
- TreeIterator.cs
- DataSourceSelectArguments.cs
- SqlDataSourceStatusEventArgs.cs
- ConstNode.cs
- NonBatchDirectoryCompiler.cs
- X509CertificateValidator.cs
- OledbConnectionStringbuilder.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- ConnectionManagementElement.cs
- MimeWriter.cs
- ToolStripLabel.cs
- LocationSectionRecord.cs
- MILUtilities.cs
- SoapConverter.cs
- Misc.cs
- EdmMember.cs
- Int32.cs
- ParamArrayAttribute.cs
- ACE.cs
- NamespaceListProperty.cs
- BookmarkScopeHandle.cs
- MarginCollapsingState.cs
- VisualTreeUtils.cs
- AudioSignalProblemOccurredEventArgs.cs
- OdbcTransaction.cs
- NavigationPropertyEmitter.cs
- ProgressChangedEventArgs.cs
- X509Utils.cs
- XmlValidatingReader.cs
- SqlFileStream.cs
- VolatileEnlistmentMultiplexing.cs
- RenderDataDrawingContext.cs
- LinkedResource.cs
- BooleanAnimationBase.cs
- WebResponse.cs
- ErrorWebPart.cs
- SoapHttpTransportImporter.cs
- HttpListenerPrefixCollection.cs
- ExpandoObject.cs
- ConnectionPool.cs
- ReadOnlyAttribute.cs
- ButtonField.cs
- X509Certificate2Collection.cs
- ContextMarshalException.cs
- MethodExpr.cs
- ViewCellSlot.cs
- ValidationSummary.cs
- TokenizerHelper.cs
- BamlResourceDeserializer.cs
- AuthenticationManager.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- SolidBrush.cs
- KoreanCalendar.cs
- NumericUpDownAcceleration.cs
- CheckedListBox.cs