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
- SafeHGlobalHandleCritical.cs
- AttributeProviderAttribute.cs
- LogManagementAsyncResult.cs
- DebuggerAttributes.cs
- DataRowView.cs
- TranslateTransform3D.cs
- DataGridViewCellStyleConverter.cs
- SingleResultAttribute.cs
- EncoderParameters.cs
- StructuredTypeEmitter.cs
- DrawingServices.cs
- WebMessageBodyStyleHelper.cs
- CleanUpVirtualizedItemEventArgs.cs
- TreeViewHitTestInfo.cs
- RangeBaseAutomationPeer.cs
- MetafileHeader.cs
- UpdatePanel.cs
- NativeRecognizer.cs
- DataGridRowClipboardEventArgs.cs
- LinearGradientBrush.cs
- CodePropertyReferenceExpression.cs
- PackageDigitalSignature.cs
- TimeSpan.cs
- UiaCoreProviderApi.cs
- DummyDataSource.cs
- AttachedPropertyMethodSelector.cs
- _AcceptOverlappedAsyncResult.cs
- ListViewCommandEventArgs.cs
- IncrementalHitTester.cs
- BulletDecorator.cs
- VariableQuery.cs
- DebuggerAttributes.cs
- ActivityAction.cs
- CodeSubDirectory.cs
- TableRowGroup.cs
- XmlSchemaComplexContent.cs
- UpdatePanelControlTrigger.cs
- OutOfMemoryException.cs
- Missing.cs
- DataGridPageChangedEventArgs.cs
- OrderPreservingSpoolingTask.cs
- CompositeScriptReference.cs
- SequentialWorkflowHeaderFooter.cs
- DetailsViewRow.cs
- UnSafeCharBuffer.cs
- IntSecurity.cs
- RecognizerInfo.cs
- NamedPipeAppDomainProtocolHandler.cs
- OperationAbortedException.cs
- PropertyTabAttribute.cs
- AutoGeneratedField.cs
- ScheduleChanges.cs
- ContentFileHelper.cs
- ITextView.cs
- SplineQuaternionKeyFrame.cs
- ZoneIdentityPermission.cs
- TextOptions.cs
- StylusOverProperty.cs
- ScrollBarRenderer.cs
- MDIWindowDialog.cs
- BamlRecordWriter.cs
- DrawingCollection.cs
- CompilerError.cs
- MessageHeaderAttribute.cs
- WebPartTransformerCollection.cs
- RelOps.cs
- ProxyWebPart.cs
- HopperCache.cs
- RequestCachePolicy.cs
- Crypto.cs
- TemplateBindingExpressionConverter.cs
- ClientOptions.cs
- CellLabel.cs
- GroupBoxAutomationPeer.cs
- StrongNamePublicKeyBlob.cs
- CodeCommentStatement.cs
- FreeFormDesigner.cs
- ListBindableAttribute.cs
- HttpModuleAction.cs
- DeviceSpecific.cs
- RequestCachePolicy.cs
- FrameworkElementAutomationPeer.cs
- unsafeIndexingFilterStream.cs
- HelpInfo.cs
- Storyboard.cs
- TypeDelegator.cs
- RijndaelManaged.cs
- HttpTransportBindingElement.cs
- CheckBoxField.cs
- VisualStyleElement.cs
- StatusStrip.cs
- DateTimeSerializationSection.cs
- OfTypeExpression.cs
- DbMetaDataFactory.cs
- TraceListeners.cs
- XPathMultyIterator.cs
- LoginCancelEventArgs.cs
- GreaterThanOrEqual.cs
- DesignerActionVerbItem.cs
- PowerStatus.cs