Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UserCancellationException.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DropShadowBitmapEffect.cs
- bidPrivateBase.cs
- PackageRelationshipSelector.cs
- Base64Encoder.cs
- DesignTimeParseData.cs
- WebPartDisplayMode.cs
- SqlClientFactory.cs
- DataGridCaption.cs
- ViewManager.cs
- XamlPathDataSerializer.cs
- AdapterUtil.cs
- DataSourceGeneratorException.cs
- ValidationErrorEventArgs.cs
- ScaleTransform.cs
- MemoryMappedView.cs
- ResourceProperty.cs
- VirtualizedItemPattern.cs
- FlowDocumentPageViewerAutomationPeer.cs
- XmlDataSourceView.cs
- XmlNodeList.cs
- MessagePropertyFilter.cs
- BitmapEffectInput.cs
- RepeaterItemCollection.cs
- _FtpDataStream.cs
- SingleKeyFrameCollection.cs
- SiteMapPath.cs
- WindowsAuthenticationEventArgs.cs
- GridViewDeletedEventArgs.cs
- HttpClientCertificate.cs
- RectIndependentAnimationStorage.cs
- ManipulationCompletedEventArgs.cs
- DataControlReferenceCollection.cs
- OrderingInfo.cs
- MoveSizeWinEventHandler.cs
- CultureSpecificCharacterBufferRange.cs
- DataObjectCopyingEventArgs.cs
- FileDialog_Vista_Interop.cs
- DataRowCollection.cs
- SmtpDigestAuthenticationModule.cs
- UIElementHelper.cs
- RemotingServices.cs
- WaitHandle.cs
- BaseCollection.cs
- SpellerInterop.cs
- CommandEventArgs.cs
- HScrollProperties.cs
- DataSetUtil.cs
- StatusBar.cs
- Geometry.cs
- WebZone.cs
- AssemblyInfo.cs
- recordstate.cs
- RenderContext.cs
- UrlAuthFailedErrorFormatter.cs
- HtmlElementErrorEventArgs.cs
- HttpRequest.cs
- QueryAsyncResult.cs
- Validator.cs
- ColorContext.cs
- FormViewDeleteEventArgs.cs
- WpfMemberInvoker.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- NumericExpr.cs
- DataGridBoundColumn.cs
- CultureTableRecord.cs
- Array.cs
- ToolStripSystemRenderer.cs
- ObjectDataSourceDisposingEventArgs.cs
- GenericWebPart.cs
- Point4D.cs
- XmlDomTextWriter.cs
- IndexOutOfRangeException.cs
- WindowsScrollBarBits.cs
- CapabilitiesSection.cs
- ClosureBinding.cs
- ClassHandlersStore.cs
- HttpProcessUtility.cs
- HttpMethodConstraint.cs
- DBSqlParserColumn.cs
- LoadGrammarCompletedEventArgs.cs
- RowVisual.cs
- MediaCommands.cs
- ExpressionConverter.cs
- TextDecoration.cs
- log.cs
- StrokeIntersection.cs
- LinearQuaternionKeyFrame.cs
- DbProviderConfigurationHandler.cs
- ExcludePathInfo.cs
- UxThemeWrapper.cs
- SecurityBindingElementImporter.cs
- ChangeBlockUndoRecord.cs
- QilXmlWriter.cs
- MimeTextImporter.cs
- PassportAuthenticationEventArgs.cs
- UdpDiscoveryEndpoint.cs
- PasswordRecoveryDesigner.cs
- Win32Exception.cs
- StringConcat.cs
- Brush.cs