Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // 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
- SqlMetaData.cs
- CalendarSelectionChangedEventArgs.cs
- RegisteredScript.cs
- ObjectDisposedException.cs
- ManagedIStream.cs
- MailHeaderInfo.cs
- TypeListConverter.cs
- TextEditorCopyPaste.cs
- PerfProviderCollection.cs
- ArithmeticLiteral.cs
- __FastResourceComparer.cs
- TdsParserSafeHandles.cs
- DataGridViewRowPrePaintEventArgs.cs
- WorkflowPageSetupDialog.cs
- AnnotationDocumentPaginator.cs
- JsonFormatReaderGenerator.cs
- ClientApiGenerator.cs
- PointValueSerializer.cs
- PropertyDescriptorComparer.cs
- WebConfigurationManager.cs
- OracleCommand.cs
- EncoderExceptionFallback.cs
- DesignOnlyAttribute.cs
- BaseResourcesBuildProvider.cs
- NamespaceInfo.cs
- HashHelper.cs
- TextCollapsingProperties.cs
- FormViewPagerRow.cs
- DbDataRecord.cs
- XsdBuilder.cs
- ButtonChrome.cs
- JapaneseLunisolarCalendar.cs
- Int64Storage.cs
- SerializationFieldInfo.cs
- TemplatedWizardStep.cs
- SessionSwitchEventArgs.cs
- AvTraceFormat.cs
- WebBrowserNavigatingEventHandler.cs
- SignatureToken.cs
- XmlHierarchicalDataSourceView.cs
- CommandDevice.cs
- XmlTextEncoder.cs
- ReachDocumentPageSerializer.cs
- SqlReferenceCollection.cs
- Matrix3DStack.cs
- GregorianCalendarHelper.cs
- PrimitiveCodeDomSerializer.cs
- x509utils.cs
- CodeBinaryOperatorExpression.cs
- DataFormat.cs
- CodeTypeDeclaration.cs
- IsolatedStorageFilePermission.cs
- PolicyException.cs
- Selector.cs
- ApplicationBuildProvider.cs
- DataSetMappper.cs
- ProfileBuildProvider.cs
- TableAdapterManagerMethodGenerator.cs
- EventLogger.cs
- TemplateControlBuildProvider.cs
- EventItfInfo.cs
- MsmqIntegrationValidationBehavior.cs
- versioninfo.cs
- PathGeometry.cs
- NameSpaceExtractor.cs
- XamlFilter.cs
- HasCopySemanticsAttribute.cs
- ContextActivityUtils.cs
- StreamWithDictionary.cs
- MessageQueueCriteria.cs
- Predicate.cs
- ExpandSegment.cs
- XPathScanner.cs
- DragStartedEventArgs.cs
- VectorCollectionConverter.cs
- DataListItemEventArgs.cs
- PagerSettings.cs
- TextRangeAdaptor.cs
- CacheHelper.cs
- ActiveDocumentEvent.cs
- WebConfigurationManager.cs
- DbMetaDataColumnNames.cs
- ContourSegment.cs
- DispatchChannelSink.cs
- OletxTransactionFormatter.cs
- XslNumber.cs
- ComboBox.cs
- DbConnectionFactory.cs
- DbProviderFactories.cs
- GrammarBuilderBase.cs
- ControlType.cs
- CompatibleComparer.cs
- StackOverflowException.cs
- DateTimeStorage.cs
- HostExecutionContextManager.cs
- DbSetClause.cs
- WebException.cs
- PerformanceCounterScope.cs
- RuntimeWrappedException.cs
- RangeValidator.cs