Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UserCancellationException.cs / 1305376 / UserCancellationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; // // Summary // Exception class to indicate failure in generating the token as the user cancelled the operation // [Serializable] public class UserCancellationException : System.Exception { public UserCancellationException() : base() { } public UserCancellationException( string message ) : base( message ) { } public UserCancellationException( string message, Exception innerException ) : base( message, innerException ) { } protected UserCancellationException( 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
- DbParameterCollectionHelper.cs
- ZoomPercentageConverter.cs
- ModuleConfigurationInfo.cs
- Form.cs
- EncryptedPackageFilter.cs
- StylusPointCollection.cs
- SafeReversePInvokeHandle.cs
- Exceptions.cs
- DataGridViewTextBoxColumn.cs
- QueryContinueDragEvent.cs
- InputLanguageManager.cs
- XPathItem.cs
- BinaryNode.cs
- ToolBarOverflowPanel.cs
- recordstate.cs
- IntSecurity.cs
- RelationshipSet.cs
- CacheAxisQuery.cs
- WinInetCache.cs
- Stackframe.cs
- EnumerableCollectionView.cs
- ContentElement.cs
- TableHeaderCell.cs
- SourceFileInfo.cs
- xmlglyphRunInfo.cs
- SystemWebSectionGroup.cs
- WebPartConnectionsCancelVerb.cs
- Misc.cs
- WithStatement.cs
- HwndSource.cs
- ComponentChangedEvent.cs
- TreeNodeCollection.cs
- SqlXml.cs
- HandledEventArgs.cs
- ArraySubsetEnumerator.cs
- ProcessThreadCollection.cs
- HtmlTableRowCollection.cs
- FileAuthorizationModule.cs
- DispatchRuntime.cs
- FixedSOMPage.cs
- TdsEnums.cs
- MimeTypeAttribute.cs
- ResourceAssociationType.cs
- TextBox.cs
- Pens.cs
- AstTree.cs
- MetadataReference.cs
- LambdaCompiler.ControlFlow.cs
- CodeGotoStatement.cs
- PasswordBox.cs
- HashHelper.cs
- XMLSchema.cs
- SafeUserTokenHandle.cs
- InlinedAggregationOperator.cs
- AccessDataSource.cs
- List.cs
- TagMapInfo.cs
- WebPartDisplayModeCollection.cs
- NamespaceQuery.cs
- PointCollectionConverter.cs
- QuaternionAnimation.cs
- QilBinary.cs
- ContentElementAutomationPeer.cs
- PageContentCollection.cs
- _FtpControlStream.cs
- Options.cs
- Tool.cs
- NumberFunctions.cs
- PropertyToken.cs
- StreamAsIStream.cs
- SpecularMaterial.cs
- TextParentUndoUnit.cs
- DbBuffer.cs
- SiteMapPathDesigner.cs
- RadioButtonStandardAdapter.cs
- TextServicesCompartmentContext.cs
- TypeUnloadedException.cs
- ScaleTransform3D.cs
- SynchronizationLockException.cs
- D3DImage.cs
- IODescriptionAttribute.cs
- DeferredSelectedIndexReference.cs
- SystemResourceKey.cs
- OracleColumn.cs
- UrlRoutingModule.cs
- ModuleElement.cs
- RealizedColumnsBlock.cs
- PreloadHost.cs
- ProfileInfo.cs
- SQLDouble.cs
- DateTimeParse.cs
- WebPartZone.cs
- SqlNodeAnnotation.cs
- GcSettings.cs
- KeyGestureValueSerializer.cs
- XmlObjectSerializerReadContext.cs
- HttpConfigurationSystem.cs
- RequestCachePolicyConverter.cs
- DocumentReference.cs
- DocumentAutomationPeer.cs