Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ServiceBusyException.cs / 1 / ServiceBusyException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that the infocard service is busy and cannot process more incoming requests. // internal class ServiceBusyException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_SERVICEBUSY; public ServiceBusyException() : base( HRESULT ) { } public ServiceBusyException( string message ) :base( HRESULT, message ) { } public ServiceBusyException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected ServiceBusyException( SerializationInfo si, StreamingContext sc ) : base( HRESULT, si, sc ) { } } } // 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
- ExtentJoinTreeNode.cs
- ComponentDispatcherThread.cs
- Translator.cs
- LogEntryHeaderSerializer.cs
- RegisterResponseInfo.cs
- CqlLexerHelpers.cs
- QueueAccessMode.cs
- ReadOnlyPropertyMetadata.cs
- SystemIPv6InterfaceProperties.cs
- RightsController.cs
- SerializationSectionGroup.cs
- ValidatingReaderNodeData.cs
- DataListItem.cs
- PersistStreamTypeWrapper.cs
- DoubleCollectionValueSerializer.cs
- SoapObjectWriter.cs
- MetadataException.cs
- TextHidden.cs
- HashSetEqualityComparer.cs
- CookielessHelper.cs
- PixelFormats.cs
- DebuggerAttributes.cs
- Thumb.cs
- SystemKeyConverter.cs
- Set.cs
- RequestCacheValidator.cs
- ObjectHandle.cs
- WebFormsRootDesigner.cs
- ArrayWithOffset.cs
- UrlRoutingHandler.cs
- AsymmetricSignatureDeformatter.cs
- unsafenativemethodsother.cs
- HandoffBehavior.cs
- DesignerUtility.cs
- XmlBindingWorker.cs
- EntityDataSourceChangedEventArgs.cs
- SecurityElement.cs
- SqlUtil.cs
- BulletedList.cs
- UIAgentMonitor.cs
- DbConvert.cs
- Pen.cs
- DataPagerField.cs
- MultiplexingFormatMapping.cs
- DaylightTime.cs
- MDIWindowDialog.cs
- DataGridViewDataErrorEventArgs.cs
- XmlJsonReader.cs
- DrawingContext.cs
- DataProviderNameConverter.cs
- QueryConverter.cs
- InitializationEventAttribute.cs
- XmlAttributeAttribute.cs
- CodeObjectCreateExpression.cs
- WebControlParameterProxy.cs
- ExpressionDumper.cs
- ScrollEvent.cs
- cookiecollection.cs
- ACE.cs
- xdrvalidator.cs
- HTTPNotFoundHandler.cs
- CacheForPrimitiveTypes.cs
- Converter.cs
- ExpandoClass.cs
- clipboard.cs
- ConfigErrorGlyph.cs
- C14NUtil.cs
- ComplexTypeEmitter.cs
- RootProjectionNode.cs
- ImmComposition.cs
- SoundPlayer.cs
- BCLDebug.cs
- WorkflowControlEndpoint.cs
- Executor.cs
- DelegateTypeInfo.cs
- safex509handles.cs
- KeyInterop.cs
- StrokeCollection2.cs
- SuppressIldasmAttribute.cs
- TextCompositionManager.cs
- SmtpMail.cs
- ContentPlaceHolder.cs
- SymmetricAlgorithm.cs
- DateTimePicker.cs
- BrowserDefinition.cs
- OdbcCommand.cs
- DesignOnlyAttribute.cs
- SafeBitVector32.cs
- NonParentingControl.cs
- ClientUrlResolverWrapper.cs
- TrustManagerPromptUI.cs
- XmlSchemaObjectTable.cs
- DependencyPropertyValueSerializer.cs
- CurrencyWrapper.cs
- LineBreak.cs
- JsonEncodingStreamWrapper.cs
- DoubleAnimationBase.cs
- MemberJoinTreeNode.cs
- nulltextnavigator.cs
- SliderAutomationPeer.cs