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
- DllNotFoundException.cs
- ClusterUtils.cs
- UrlParameterReader.cs
- DataSourceCacheDurationConverter.cs
- ControlTemplate.cs
- SafeLibraryHandle.cs
- Stacktrace.cs
- WorkflowMarkupSerializationManager.cs
- PropertyConverter.cs
- Lookup.cs
- XmlNodeReader.cs
- ThumbButtonInfo.cs
- DecoderFallbackWithFailureFlag.cs
- DbProviderSpecificTypePropertyAttribute.cs
- RC2.cs
- DataSourceHelper.cs
- PermissionToken.cs
- IntSecurity.cs
- MessageBox.cs
- MarkerProperties.cs
- SHA384.cs
- DataGridPreparingCellForEditEventArgs.cs
- StringUtil.cs
- StringAnimationUsingKeyFrames.cs
- DocumentPageView.cs
- ErrorHandlingReceiver.cs
- DataBindingHandlerAttribute.cs
- DbMetaDataColumnNames.cs
- XslAst.cs
- SqlUserDefinedAggregateAttribute.cs
- ThreadWorkerController.cs
- ErrorInfoXmlDocument.cs
- hresults.cs
- DataBoundLiteralControl.cs
- ProgressBarRenderer.cs
- DataGridViewBand.cs
- ColumnMapTranslator.cs
- ConnectionManagementElementCollection.cs
- HyperLink.cs
- ViewStateChangedEventArgs.cs
- ConnectorSelectionGlyph.cs
- SqlDataSourceSelectingEventArgs.cs
- MimeObjectFactory.cs
- HttpVersion.cs
- StorageEndPropertyMapping.cs
- TableColumnCollection.cs
- Sentence.cs
- Point3DValueSerializer.cs
- RewritingPass.cs
- CancellationScope.cs
- GuidelineSet.cs
- PageThemeBuildProvider.cs
- counter.cs
- WorkerRequest.cs
- ConfigXmlReader.cs
- QilCloneVisitor.cs
- WebPartConnectionsEventArgs.cs
- CodeAttributeDeclarationCollection.cs
- BasicCommandTreeVisitor.cs
- ParserStreamGeometryContext.cs
- AddInDeploymentState.cs
- streamingZipPartStream.cs
- XmlComplianceUtil.cs
- __Error.cs
- ParseNumbers.cs
- SchemaNamespaceManager.cs
- ConvertTextFrag.cs
- InvokePatternIdentifiers.cs
- MultipartContentParser.cs
- HtmlShimManager.cs
- HttpModuleAction.cs
- XmlSecureResolver.cs
- StatusBarItem.cs
- MemberDomainMap.cs
- DetailsViewInsertedEventArgs.cs
- RandomNumberGenerator.cs
- ContainerTracking.cs
- RowUpdatedEventArgs.cs
- TraceListeners.cs
- Rotation3DAnimationUsingKeyFrames.cs
- Formatter.cs
- ItemsPanelTemplate.cs
- DbConnectionInternal.cs
- cookiecontainer.cs
- rsa.cs
- Attributes.cs
- QueryContext.cs
- BaseDataListDesigner.cs
- ColumnResizeUndoUnit.cs
- ProcessThreadCollection.cs
- WebAdminConfigurationHelper.cs
- ButtonColumn.cs
- ErrorRuntimeConfig.cs
- RubberbandSelector.cs
- DataGridViewCheckBoxCell.cs
- MarshalByValueComponent.cs
- EntitySqlQueryCacheEntry.cs
- GiveFeedbackEvent.cs
- BitArray.cs
- ItemsControlAutomationPeer.cs