Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- QueryGenerator.cs
- BitmapEffectInputData.cs
- BaseCodePageEncoding.cs
- WebHostedComPlusServiceHost.cs
- HandlerBase.cs
- PatternMatcher.cs
- _OSSOCK.cs
- CardSpaceSelector.cs
- MouseEvent.cs
- AnnotationStore.cs
- SortAction.cs
- UpdatePanelTrigger.cs
- UriTemplateTable.cs
- EdmComplexPropertyAttribute.cs
- OdbcCommand.cs
- StartUpEventArgs.cs
- ObjectQuery.cs
- Typography.cs
- TextBreakpoint.cs
- DataListItem.cs
- AffineTransform3D.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DBPropSet.cs
- Types.cs
- Matrix.cs
- WebFormDesignerActionService.cs
- GeometryDrawing.cs
- DiagnosticTrace.cs
- XDeferredAxisSource.cs
- BooleanAnimationBase.cs
- SortAction.cs
- RtfToXamlReader.cs
- CornerRadiusConverter.cs
- ConfigXmlAttribute.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- Model3DGroup.cs
- HashCodeCombiner.cs
- XmlQueryOutput.cs
- XmlSerializerNamespaces.cs
- StorageModelBuildProvider.cs
- TimeZoneInfo.cs
- DelegateSerializationHolder.cs
- ValidationResults.cs
- MergeFailedEvent.cs
- ChannelDemuxer.cs
- LookupNode.cs
- XmlSchemaSimpleContentExtension.cs
- ObjectResult.cs
- TransformDescriptor.cs
- ImageListStreamer.cs
- OdbcConnectionFactory.cs
- ScriptingRoleServiceSection.cs
- TrustLevel.cs
- HMAC.cs
- ErrorFormatter.cs
- ActionFrame.cs
- TimeSpanStorage.cs
- DefaultProxySection.cs
- GraphicsContext.cs
- ReadContentAsBinaryHelper.cs
- SimpleTypeResolver.cs
- DataGridViewCellConverter.cs
- Image.cs
- QilTernary.cs
- TemplateColumn.cs
- GenericPrincipal.cs
- FileDialog_Vista_Interop.cs
- DictionaryChange.cs
- querybuilder.cs
- Composition.cs
- AsyncResult.cs
- NegotiationTokenAuthenticatorState.cs
- HttpListenerTimeoutManager.cs
- EventOpcode.cs
- CultureInfoConverter.cs
- DataGridPagerStyle.cs
- DetailsViewInsertedEventArgs.cs
- TextContainer.cs
- ProjectedSlot.cs
- SkewTransform.cs
- XmlSchemaCompilationSettings.cs
- EditorPartChrome.cs
- Int64Storage.cs
- CfgParser.cs
- _Rfc2616CacheValidators.cs
- HierarchicalDataSourceDesigner.cs
- SafeWaitHandle.cs
- WebPartChrome.cs
- HttpModule.cs
- StringInfo.cs
- CompressStream.cs
- ExtenderHelpers.cs
- CroppedBitmap.cs
- SQLDouble.cs
- BlobPersonalizationState.cs
- Parser.cs
- DesignBindingEditor.cs
- StandardCommands.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- PortCache.cs