Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / ServiceBusyException.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObservableCollection.cs
- InputScope.cs
- TextRangeSerialization.cs
- RenderOptions.cs
- FormsIdentity.cs
- DataSourceSerializationException.cs
- Clause.cs
- XmlWrappingWriter.cs
- APCustomTypeDescriptor.cs
- QilIterator.cs
- GcSettings.cs
- SmiTypedGetterSetter.cs
- AxisAngleRotation3D.cs
- QueuePropertyVariants.cs
- MappingException.cs
- CaseKeyBox.xaml.cs
- WindowsTokenRoleProvider.cs
- ObjectDataSourceStatusEventArgs.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- BinaryFormatterWriter.cs
- PersistencePipeline.cs
- CombinedGeometry.cs
- TextRangeEdit.cs
- CodeSubDirectoriesCollection.cs
- MissingMemberException.cs
- HttpServerProtocol.cs
- EvidenceBase.cs
- Logging.cs
- DocumentReferenceCollection.cs
- WindowsSysHeader.cs
- GroupStyle.cs
- mda.cs
- DataStreamFromComStream.cs
- TextAnchor.cs
- x509utils.cs
- ParseElementCollection.cs
- PrintDialogException.cs
- CalendarModeChangedEventArgs.cs
- PieceDirectory.cs
- XmlSchemaComplexContentRestriction.cs
- DocumentXmlWriter.cs
- ImageMetadata.cs
- NullableConverter.cs
- FormsAuthenticationTicket.cs
- RuntimeCompatibilityAttribute.cs
- RequestCachingSection.cs
- DataGridViewToolTip.cs
- ParseChildrenAsPropertiesAttribute.cs
- HtmlAnchor.cs
- ResourceSetExpression.cs
- PolyBezierSegmentFigureLogic.cs
- PeerInputChannelListener.cs
- COM2PropertyBuilderUITypeEditor.cs
- WebPartConnectionsConnectVerb.cs
- ObfuscationAttribute.cs
- StateMachineHelpers.cs
- SelectionChangedEventArgs.cs
- XmlCharCheckingWriter.cs
- WebResourceUtil.cs
- ISAPIApplicationHost.cs
- StrokeCollection2.cs
- SortFieldComparer.cs
- AttachedAnnotation.cs
- RectAnimationBase.cs
- TableLayoutStyleCollection.cs
- UriTemplatePathSegment.cs
- WebPartDisplayModeEventArgs.cs
- CollectionViewGroupRoot.cs
- UnsafeNativeMethods.cs
- PolicyUtility.cs
- StringSource.cs
- BCryptSafeHandles.cs
- IPEndPoint.cs
- XmlDataSourceView.cs
- DesignOnlyAttribute.cs
- HtmlTableRow.cs
- AsyncCompletedEventArgs.cs
- TextShapeableCharacters.cs
- DataTransferEventArgs.cs
- SystemSounds.cs
- HandlerWithFactory.cs
- _IPv6Address.cs
- ControllableStoryboardAction.cs
- TextChange.cs
- EntityObject.cs
- BrushValueSerializer.cs
- ToolStripInSituService.cs
- CodeAssignStatement.cs
- LocatorPartList.cs
- CriticalExceptions.cs
- RegexStringValidator.cs
- ImageSource.cs
- AsymmetricSignatureDeformatter.cs
- IMembershipProvider.cs
- ChangeInterceptorAttribute.cs
- StringOutput.cs
- HotSpotCollection.cs
- ConditionalDesigner.cs
- WebPartUserCapability.cs
- TextReader.cs