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
- Popup.cs
- ObjectItemAssemblyLoader.cs
- TypeInfo.cs
- TrustVersion.cs
- TextElementCollectionHelper.cs
- RowCache.cs
- TraceContextRecord.cs
- XmlSequenceWriter.cs
- TemplateAction.cs
- Semaphore.cs
- XmlQualifiedNameTest.cs
- PersonalizationAdministration.cs
- ModelFunctionTypeElement.cs
- ToolboxItemCollection.cs
- MetadataFile.cs
- DragCompletedEventArgs.cs
- WebPartHelpVerb.cs
- ObjectStateFormatter.cs
- Parallel.cs
- WindowsGraphicsCacheManager.cs
- XXXInfos.cs
- HtmlTableCell.cs
- MultiDataTrigger.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- PageRouteHandler.cs
- OleDbException.cs
- DataGridParentRows.cs
- InternalPermissions.cs
- XmlEncoding.cs
- CodeVariableReferenceExpression.cs
- WebBaseEventKeyComparer.cs
- FontSourceCollection.cs
- AbsoluteQuery.cs
- ReflectionHelper.cs
- _NegotiateClient.cs
- ConfigurationFileMap.cs
- ToggleButtonAutomationPeer.cs
- TogglePattern.cs
- DataServiceBehavior.cs
- ProfileSettingsCollection.cs
- ProfileBuildProvider.cs
- ClusterRegistryConfigurationProvider.cs
- Context.cs
- DataGridViewRowPrePaintEventArgs.cs
- RequestContext.cs
- NativeCompoundFileAPIs.cs
- QilInvokeEarlyBound.cs
- Compiler.cs
- HealthMonitoringSection.cs
- MasterPageParser.cs
- ParenthesizePropertyNameAttribute.cs
- XPathEmptyIterator.cs
- UnitySerializationHolder.cs
- UpdateCompiler.cs
- AuthenticationSection.cs
- AudioBase.cs
- ComponentEditorPage.cs
- TableLayout.cs
- ObjectTypeMapping.cs
- WebPartActionVerb.cs
- DataListItemCollection.cs
- ResourceReader.cs
- MailBnfHelper.cs
- MediaTimeline.cs
- FileStream.cs
- AutomationAttributeInfo.cs
- ProfileBuildProvider.cs
- ThicknessConverter.cs
- RadioButtonRenderer.cs
- NCryptSafeHandles.cs
- shaper.cs
- Reference.cs
- WebException.cs
- TrackingConditionCollection.cs
- XmlSchemaValidator.cs
- DataControlLinkButton.cs
- ProcessThread.cs
- OleDbTransaction.cs
- ping.cs
- recordstatescratchpad.cs
- QueryOutputWriter.cs
- BindableTemplateBuilder.cs
- FloaterBaseParagraph.cs
- ReachObjectContext.cs
- DbProviderManifest.cs
- MailAddressCollection.cs
- Translator.cs
- SequenceFullException.cs
- XsltException.cs
- WorkflowFormatterBehavior.cs
- FontFamilyValueSerializer.cs
- ToggleButtonAutomationPeer.cs
- DependencyPropertyConverter.cs
- MemberHolder.cs
- HideDisabledControlAdapter.cs
- TransactionTable.cs
- Stacktrace.cs
- LogSwitch.cs
- ColorConvertedBitmap.cs
- WebPartHelpVerb.cs