Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / ServiceBusyException.cs / 1305376 / ServiceBusyException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Summary // Wraps exceptions thrown during the request security token process. // [Serializable] public class ServiceBusyException : System.Exception { public ServiceBusyException() : base() { } public ServiceBusyException( string message ) : base( message ) { } public ServiceBusyException( string message, Exception innerException ) : base( message, innerException ) { } protected ServiceBusyException( SerializationInfo info, StreamingContext context ) : base( info, context ) { } } } // 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
- CodeNamespaceCollection.cs
- ColorPalette.cs
- PeerApplicationLaunchInfo.cs
- DetailsViewUpdatedEventArgs.cs
- WindowsButton.cs
- DataGridColumnDropSeparator.cs
- RegexMatch.cs
- KeyPressEvent.cs
- DataGridViewBand.cs
- WorkflowServiceBuildProvider.cs
- FormatException.cs
- ResourcesChangeInfo.cs
- QuotedPrintableStream.cs
- KeyManager.cs
- DataServiceConfiguration.cs
- CreateRefExpr.cs
- WebPartUtil.cs
- TimeZone.cs
- ResourceDictionary.cs
- DataGridViewUtilities.cs
- _BasicClient.cs
- XmlTextReaderImplHelpers.cs
- DataShape.cs
- ParseHttpDate.cs
- ChannelCredentials.cs
- ListControlConvertEventArgs.cs
- UniqueIdentifierService.cs
- SmtpFailedRecipientException.cs
- XmlDocumentType.cs
- StringUtil.cs
- XmlWellformedWriter.cs
- Classification.cs
- SoapDocumentMethodAttribute.cs
- FileChangesMonitor.cs
- DrawListViewSubItemEventArgs.cs
- ToolStripDropTargetManager.cs
- SpecularMaterial.cs
- HtmlDocument.cs
- AstNode.cs
- ParameterToken.cs
- PeerEndPoint.cs
- Currency.cs
- UnionCodeGroup.cs
- SiteMapNodeItemEventArgs.cs
- DockProviderWrapper.cs
- PlainXmlDeserializer.cs
- KeyValueSerializer.cs
- DockPanel.cs
- GridView.cs
- ErrorEventArgs.cs
- DesignTimeVisibleAttribute.cs
- CTreeGenerator.cs
- PluggableProtocol.cs
- Internal.cs
- SessionPageStatePersister.cs
- InstalledFontCollection.cs
- AssemblyAssociatedContentFileAttribute.cs
- SafeProcessHandle.cs
- XmlSchemaAny.cs
- Tracer.cs
- assemblycache.cs
- AudienceUriMode.cs
- DataShape.cs
- RawKeyboardInputReport.cs
- UpdatePanel.cs
- XmlDataLoader.cs
- DictationGrammar.cs
- DesignerAutoFormatCollection.cs
- Application.cs
- ProviderConnectionPoint.cs
- NetworkStream.cs
- ResourceCodeDomSerializer.cs
- SQLDateTimeStorage.cs
- Point.cs
- DynamicValueConverter.cs
- HttpCapabilitiesBase.cs
- ConnectionManagementElementCollection.cs
- DbDataReader.cs
- UIElement3D.cs
- RightsManagementSuppressedStream.cs
- XmlChoiceIdentifierAttribute.cs
- SystemParameters.cs
- IPAddressCollection.cs
- ChannelOptions.cs
- EnumUnknown.cs
- DataGridCaption.cs
- ClientScriptManager.cs
- ClientTarget.cs
- DbConnectionPoolGroupProviderInfo.cs
- GlyphsSerializer.cs
- DataTemplateSelector.cs
- OrderedDictionary.cs
- ChangePassword.cs
- UnsupportedPolicyOptionsException.cs
- COM2ComponentEditor.cs
- MimeTypeAttribute.cs
- CodeTypeDeclarationCollection.cs
- SafeRightsManagementQueryHandle.cs
- SchemaImporterExtension.cs
- DiscardableAttribute.cs