Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Management / WebServiceErrorEvent.cs / 1305376 / WebServiceErrorEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Management {
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 {
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
- MsmqBindingMonitor.cs
- StringConverter.cs
- TextTreeTextElementNode.cs
- RoutedEventArgs.cs
- XslNumber.cs
- DataExpression.cs
- DeviceSpecificChoice.cs
- FieldDescriptor.cs
- KeyInterop.cs
- PropertyGroupDescription.cs
- _NegoState.cs
- EllipticalNodeOperations.cs
- BooleanAnimationBase.cs
- DesignTimeParseData.cs
- DesignTimeVisibleAttribute.cs
- WSTransactionSection.cs
- ApplicationId.cs
- ObjectViewQueryResultData.cs
- ButtonFieldBase.cs
- MatrixCamera.cs
- DesignerCapabilities.cs
- ListViewUpdateEventArgs.cs
- DBDataPermission.cs
- CacheMode.cs
- DataGridCell.cs
- RecordsAffectedEventArgs.cs
- ExportFileRequest.cs
- Fonts.cs
- ProjectionPruner.cs
- ListItemCollection.cs
- ItemAutomationPeer.cs
- HyperLinkColumn.cs
- DBSqlParserTable.cs
- RequestCacheEntry.cs
- TreeViewCancelEvent.cs
- PolicyLevel.cs
- ProfileService.cs
- SafeLibraryHandle.cs
- SubpageParagraph.cs
- ToolStripDropDown.cs
- CodeAttachEventStatement.cs
- ComponentChangingEvent.cs
- FormatPage.cs
- ListBindableAttribute.cs
- HtmlMeta.cs
- Utils.cs
- CircleHotSpot.cs
- CompiledRegexRunnerFactory.cs
- DataGridDesigner.cs
- Int32AnimationUsingKeyFrames.cs
- ScaleTransform.cs
- Control.cs
- PageSetupDialog.cs
- TabControlEvent.cs
- PrintDialog.cs
- SpeakInfo.cs
- Attribute.cs
- RequestedSignatureDialog.cs
- BinaryObjectReader.cs
- ResourceProviderFactory.cs
- ArraySubsetEnumerator.cs
- OutputCacheModule.cs
- DiscoveryMessageSequence11.cs
- Baml2006ReaderFrame.cs
- Debug.cs
- _NegoState.cs
- RegistrationServices.cs
- LoaderAllocator.cs
- HtmlElementCollection.cs
- SendAgentStatusRequest.cs
- sqlinternaltransaction.cs
- ProcessModelSection.cs
- WebPartDisplayMode.cs
- ZipIOExtraFieldPaddingElement.cs
- DeclarativeCatalogPart.cs
- SizeAnimationUsingKeyFrames.cs
- DataGridViewLayoutData.cs
- ProcessHostMapPath.cs
- ParagraphResult.cs
- Listbox.cs
- ListSortDescriptionCollection.cs
- SamlAudienceRestrictionCondition.cs
- IndexerNameAttribute.cs
- XmlArrayAttribute.cs
- SchemaNamespaceManager.cs
- ClassImporter.cs
- ToolstripProfessionalRenderer.cs
- AddDataControlFieldDialog.cs
- DispatcherSynchronizationContext.cs
- SelectionItemPattern.cs
- ListArgumentProvider.cs
- SupportsEventValidationAttribute.cs
- TextEditorSelection.cs
- WeakEventTable.cs
- Pen.cs
- OrderByQueryOptionExpression.cs
- TextDecoration.cs
- KerberosSecurityTokenProvider.cs
- BufferedGraphicsManager.cs
- HMACMD5.cs