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
- xdrvalidator.cs
- SessionPageStateSection.cs
- COM2TypeInfoProcessor.cs
- InkCanvas.cs
- ProcessStartInfo.cs
- ControlPaint.cs
- TimeManager.cs
- ParsedAttributeCollection.cs
- MessageQueuePermission.cs
- ComboBoxAutomationPeer.cs
- XslTransform.cs
- ObjectListSelectEventArgs.cs
- TemplateEditingFrame.cs
- XPathEmptyIterator.cs
- XPathSelfQuery.cs
- SafePointer.cs
- Fx.cs
- HMAC.cs
- XmlSchemas.cs
- ListBoxItemAutomationPeer.cs
- UIElementParagraph.cs
- XmlObjectSerializerReadContextComplexJson.cs
- CfgArc.cs
- ControlPaint.cs
- PipeStream.cs
- sqlnorm.cs
- ConcatQueryOperator.cs
- DataServiceQueryException.cs
- WebPartUtil.cs
- SqlCacheDependencySection.cs
- MSG.cs
- CheckableControlBaseAdapter.cs
- Convert.cs
- FileInfo.cs
- PropertyDescriptorCollection.cs
- GlyphInfoList.cs
- ConnectionsZone.cs
- CssClassPropertyAttribute.cs
- StrokeNode.cs
- NonParentingControl.cs
- SamlDelegatingWriter.cs
- XmlILModule.cs
- SuppressMessageAttribute.cs
- SeverityFilter.cs
- SmtpFailedRecipientsException.cs
- VectorCollection.cs
- URLMembershipCondition.cs
- InvalidWMPVersionException.cs
- SecurityKeyIdentifierClause.cs
- TargetInvocationException.cs
- XhtmlBasicImageAdapter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TrackingStringDictionary.cs
- SqlCommandBuilder.cs
- OutOfProcStateClientManager.cs
- ConstraintStruct.cs
- DefaultBindingPropertyAttribute.cs
- CodeSnippetTypeMember.cs
- ListDataHelper.cs
- ClientEventManager.cs
- SafeBitVector32.cs
- DocumentEventArgs.cs
- DocobjHost.cs
- ClipboardData.cs
- MemberExpressionHelper.cs
- DependencyObjectProvider.cs
- RadialGradientBrush.cs
- RectAnimationUsingKeyFrames.cs
- NestedContainer.cs
- SHA256.cs
- ZeroOpNode.cs
- SerializationStore.cs
- StringDictionaryEditor.cs
- Helper.cs
- RemoteWebConfigurationHost.cs
- TypeBuilder.cs
- SchemaNotation.cs
- FixedSOMPageConstructor.cs
- ILGenerator.cs
- Odbc32.cs
- UniqueTransportManagerRegistration.cs
- StringAnimationUsingKeyFrames.cs
- ActivationServices.cs
- DetailsViewPageEventArgs.cs
- PreloadedPackages.cs
- ModulesEntry.cs
- FixedSchema.cs
- WpfWebRequestHelper.cs
- SecurityChannelFactory.cs
- SafeArrayTypeMismatchException.cs
- DecoderNLS.cs
- GlobalizationAssembly.cs
- WebBrowsableAttribute.cs
- UnsafeCollabNativeMethods.cs
- ValidatedControlConverter.cs
- EtwTrace.cs
- RegexBoyerMoore.cs
- WorkflowServiceHostFactory.cs
- MasterPageParser.cs
- MasterPageBuildProvider.cs