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
- NameNode.cs
- NonDualMessageSecurityOverHttp.cs
- TakeOrSkipWhileQueryOperator.cs
- DataServiceExpressionVisitor.cs
- BitmapEffectGroup.cs
- BoolExpressionVisitors.cs
- ScriptResourceHandler.cs
- MarginCollapsingState.cs
- KnownColorTable.cs
- ScriptingRoleServiceSection.cs
- FormCollection.cs
- ServiceThrottle.cs
- InstanceNotReadyException.cs
- CounterCreationDataCollection.cs
- SqlDeflator.cs
- DesignerTransactionCloseEvent.cs
- MessageSmuggler.cs
- SafeEventLogWriteHandle.cs
- SourceCollection.cs
- SrgsRuleRef.cs
- AssemblyEvidenceFactory.cs
- ActivityBindForm.Designer.cs
- InternalBufferOverflowException.cs
- EventSetterHandlerConverter.cs
- DataGridViewRowsRemovedEventArgs.cs
- Solver.cs
- AllMembershipCondition.cs
- BCLDebug.cs
- ClientOptions.cs
- EditingCommands.cs
- GeneralTransform3D.cs
- ClientBuildManager.cs
- InvalidCastException.cs
- XmlDataImplementation.cs
- StatusBarAutomationPeer.cs
- UriTemplateMatch.cs
- SqlPersonalizationProvider.cs
- ExpressionBuilderContext.cs
- XmlComplianceUtil.cs
- XmlDesigner.cs
- LogicalTreeHelper.cs
- XmlNavigatorStack.cs
- TextAnchor.cs
- Image.cs
- RequestCacheManager.cs
- SoapAttributes.cs
- SynchronizationValidator.cs
- WmfPlaceableFileHeader.cs
- WindowsClientElement.cs
- TextEndOfParagraph.cs
- Geometry.cs
- ServiceOperation.cs
- EntityRecordInfo.cs
- ComplexBindingPropertiesAttribute.cs
- XmlSerializationWriter.cs
- ImageBrush.cs
- ArrangedElementCollection.cs
- GraphicsState.cs
- ExpressionBindings.cs
- ItemDragEvent.cs
- BufferedGraphics.cs
- SqlBulkCopy.cs
- RenderTargetBitmap.cs
- NameObjectCollectionBase.cs
- ApplyHostConfigurationBehavior.cs
- IResourceProvider.cs
- DesignerActionGlyph.cs
- StorageEntityContainerMapping.cs
- ByteArrayHelperWithString.cs
- Int32EqualityComparer.cs
- TraceEventCache.cs
- SafeNativeMemoryHandle.cs
- EventLogQuery.cs
- SpeechUI.cs
- EventSchemaTraceListener.cs
- XAMLParseException.cs
- CookieParameter.cs
- Ops.cs
- NumericExpr.cs
- RouteParameter.cs
- IResourceProvider.cs
- ColumnHeader.cs
- HostingEnvironmentWrapper.cs
- Tablet.cs
- AuthenticationException.cs
- CookieProtection.cs
- BaseConfigurationRecord.cs
- ChildTable.cs
- precedingsibling.cs
- FixedFindEngine.cs
- SecurityElement.cs
- FocusTracker.cs
- ModelTreeEnumerator.cs
- DurableInstanceProvider.cs
- BitConverter.cs
- DbTransaction.cs
- SimpleBitVector32.cs
- DataMemberListEditor.cs
- SecurityPermission.cs
- AssemblyInfo.cs