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
- SuppressMessageAttribute.cs
- SqlCharStream.cs
- ToolStripItemRenderEventArgs.cs
- EventLogPermissionEntryCollection.cs
- ConfigXmlWhitespace.cs
- SystemUnicastIPAddressInformation.cs
- CompletionCallbackWrapper.cs
- PlanCompilerUtil.cs
- GridViewCellAutomationPeer.cs
- CardSpaceException.cs
- WrappedIUnknown.cs
- ImageDrawing.cs
- CellTreeNode.cs
- RuntimeWrappedException.cs
- BevelBitmapEffect.cs
- DataTableClearEvent.cs
- NamespaceEmitter.cs
- ToolStripPanel.cs
- SeekStoryboard.cs
- AvTrace.cs
- ProtocolViolationException.cs
- unitconverter.cs
- SqlLiftIndependentRowExpressions.cs
- SortQuery.cs
- HttpContext.cs
- CodeTypeReference.cs
- ComponentEvent.cs
- RegexParser.cs
- TemplateBaseAction.cs
- AnnotationComponentChooser.cs
- EventBuilder.cs
- TransportSecurityProtocol.cs
- SourceInterpreter.cs
- CodeParameterDeclarationExpression.cs
- ContextQuery.cs
- _OverlappedAsyncResult.cs
- FixedPosition.cs
- URL.cs
- UiaCoreTypesApi.cs
- SHA256Managed.cs
- FontNameEditor.cs
- CollectionChangeEventArgs.cs
- Registry.cs
- QueryRewriter.cs
- StateFinalizationDesigner.cs
- RelationshipManager.cs
- EncodingDataItem.cs
- XslException.cs
- ClientSettingsSection.cs
- CodeAttributeArgument.cs
- WebPartConnectionsConfigureVerb.cs
- Comparer.cs
- DataGridViewCellStateChangedEventArgs.cs
- BitmapEffectGeneralTransform.cs
- PropertyValueEditor.cs
- LineServicesCallbacks.cs
- MetafileHeaderWmf.cs
- InternalDispatchObject.cs
- IndexOutOfRangeException.cs
- DateTimeValueSerializerContext.cs
- DrawingAttributes.cs
- RayHitTestParameters.cs
- CorePropertiesFilter.cs
- RawContentTypeMapper.cs
- TraversalRequest.cs
- SymbolMethod.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- LeaseManager.cs
- entityreference_tresulttype.cs
- ListControlStringCollectionEditor.cs
- EndpointReference.cs
- MaterializeFromAtom.cs
- ScriptResourceInfo.cs
- XmlDownloadManager.cs
- SystemResourceHost.cs
- Oid.cs
- QuaternionAnimation.cs
- NativeMethods.cs
- AbstractExpressions.cs
- SqlTrackingQuery.cs
- AsmxEndpointPickerExtension.cs
- DocumentDesigner.cs
- CookieParameter.cs
- FormViewRow.cs
- WrapperSecurityCommunicationObject.cs
- ScrollViewer.cs
- ImageKeyConverter.cs
- DesignTimeXamlWriter.cs
- TextDecorationCollection.cs
- CompressEmulationStream.cs
- ViewEvent.cs
- CompiledQuery.cs
- RemoteX509AsymmetricSecurityKey.cs
- LocalBuilder.cs
- SystemIPAddressInformation.cs
- ControlParameter.cs
- WebPartDeleteVerb.cs
- BitmapScalingModeValidation.cs
- DataContractAttribute.cs
- XmlSchemaFacet.cs