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
- iisPickupDirectory.cs
- SyndicationItem.cs
- SafeHandles.cs
- ArcSegment.cs
- X509RawDataKeyIdentifierClause.cs
- AppDomainAttributes.cs
- CapacityStreamGeometryContext.cs
- RegistrationProxy.cs
- DeclarativeCatalogPart.cs
- ResourcesBuildProvider.cs
- ObjectReaderCompiler.cs
- CqlLexer.cs
- IntPtr.cs
- RemoteArgument.cs
- log.cs
- Point3DAnimationBase.cs
- EventDescriptor.cs
- DataGridBoolColumn.cs
- StorageEntitySetMapping.cs
- EntityContainer.cs
- ValidationErrorCollection.cs
- DispatcherOperation.cs
- TextEndOfSegment.cs
- MimeBasePart.cs
- sqlser.cs
- OdbcParameterCollection.cs
- TextElement.cs
- SmiEventStream.cs
- WindowsSysHeader.cs
- SHA256Managed.cs
- XPathSelfQuery.cs
- Assign.cs
- ContractsBCL.cs
- CriticalHandle.cs
- EventLogPermissionEntryCollection.cs
- HybridObjectCache.cs
- KeyEvent.cs
- SqlCacheDependencySection.cs
- MailDefinition.cs
- Column.cs
- COM2AboutBoxPropertyDescriptor.cs
- IncrementalCompileAnalyzer.cs
- StyleCollection.cs
- PolicyManager.cs
- ClientRoleProvider.cs
- _SpnDictionary.cs
- SmtpReplyReader.cs
- WindowsUpDown.cs
- BuildProviderAppliesToAttribute.cs
- CalloutQueueItem.cs
- StringArrayEditor.cs
- CharUnicodeInfo.cs
- StrongNameUtility.cs
- MessageQueueInstaller.cs
- LocationReferenceValue.cs
- CodeEntryPointMethod.cs
- ReferentialConstraintRoleElement.cs
- OutputWindow.cs
- ServiceOperationListItemList.cs
- DataStorage.cs
- OleDbInfoMessageEvent.cs
- InternalCache.cs
- ToggleProviderWrapper.cs
- TypedMessageConverter.cs
- ObjectToken.cs
- NotifyIcon.cs
- CutCopyPasteHelper.cs
- ContractMapping.cs
- ConfigurationErrorsException.cs
- ServiceReference.cs
- DataGridViewTopLeftHeaderCell.cs
- NotifyCollectionChangedEventArgs.cs
- DataServiceQuery.cs
- LambdaCompiler.Binary.cs
- BmpBitmapDecoder.cs
- ListViewCommandEventArgs.cs
- IgnoreFileBuildProvider.cs
- TargetInvocationException.cs
- SqlBinder.cs
- DocComment.cs
- Int32CollectionConverter.cs
- DiscoveryExceptionDictionary.cs
- CompilerWrapper.cs
- FixedDocumentPaginator.cs
- MutexSecurity.cs
- TextServicesPropertyRanges.cs
- IdentityModelStringsVersion1.cs
- PeerNameRecordCollection.cs
- DiagnosticTraceRecords.cs
- InputManager.cs
- SwitchAttribute.cs
- TitleStyle.cs
- DbMetaDataFactory.cs
- CriticalFinalizerObject.cs
- RenderingEventArgs.cs
- SourceSwitch.cs
- ObjectSet.cs
- StaticSiteMapProvider.cs
- WebBrowser.cs
- MsmqInputMessagePool.cs