Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / InternalUserCancelledException.cs / 1305376 / InternalUserCancelledException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // This exception indicates that the user has explicitly chosen to cancel // the ongoing request. // internal class UserCancelledException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_USERCANCELLED; public UserCancelledException() : base( HRESULT ) { } public UserCancelledException( string message ) :base( HRESULT, message ) { } public UserCancelledException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected UserCancelledException( SerializationInfo si, StreamingContext sc ) : base( HRESULT, si, sc ) { } } } // 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
- ListInitExpression.cs
- ProtocolsConfigurationEntry.cs
- DisplayInformation.cs
- SqlUnionizer.cs
- UnsafeNativeMethods.cs
- DateTimeValueSerializerContext.cs
- WaitingCursor.cs
- EllipseGeometry.cs
- LowerCaseStringConverter.cs
- OpenTypeLayout.cs
- GPPOINTF.cs
- TimeStampChecker.cs
- HttpListener.cs
- EdmComplexPropertyAttribute.cs
- BezierSegment.cs
- ErrorWebPart.cs
- MenuItem.cs
- XPathBinder.cs
- FloaterParaClient.cs
- FontEditor.cs
- ScrollViewer.cs
- NamedElement.cs
- EncryptedKey.cs
- Point3DKeyFrameCollection.cs
- EntityViewGenerationAttribute.cs
- XamlParser.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- DecimalSumAggregationOperator.cs
- SqlDuplicator.cs
- IHttpResponseInternal.cs
- CompModSwitches.cs
- Storyboard.cs
- ChannelServices.cs
- CodeConditionStatement.cs
- SerTrace.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- ConfigurationManagerInternal.cs
- SystemResourceKey.cs
- ControlAdapter.cs
- ChildrenQuery.cs
- DesignerSerializationVisibilityAttribute.cs
- ZipFileInfoCollection.cs
- PrintingPermission.cs
- StreamSecurityUpgradeAcceptorBase.cs
- OleDbCommand.cs
- PagedDataSource.cs
- TemplatedControlDesigner.cs
- EntitySqlQueryState.cs
- TreeNodeBindingCollection.cs
- ExpressionNormalizer.cs
- XamlTypeMapper.cs
- DefaultMergeHelper.cs
- ToolStripPanel.cs
- TextViewElement.cs
- ResourceSet.cs
- EntityDataSource.cs
- ContextMenu.cs
- DataPointer.cs
- ServiceInstanceProvider.cs
- CreateRefExpr.cs
- RoutedPropertyChangedEventArgs.cs
- XsltLoader.cs
- ConnectionOrientedTransportElement.cs
- SecurityDescriptor.cs
- ManagementEventWatcher.cs
- ContextStack.cs
- DataGridViewRow.cs
- SystemWebExtensionsSectionGroup.cs
- LinearGradientBrush.cs
- BufferManager.cs
- TagMapInfo.cs
- SqlNotificationRequest.cs
- ConfigurationPropertyAttribute.cs
- ConnectorSelectionGlyph.cs
- SmiEventStream.cs
- InvalidComObjectException.cs
- COM2ExtendedUITypeEditor.cs
- AmbientEnvironment.cs
- ListViewDeletedEventArgs.cs
- ImageField.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- invalidudtexception.cs
- AutomationAttributeInfo.cs
- AliasedSlot.cs
- GridViewDeleteEventArgs.cs
- ExpressionPrefixAttribute.cs
- ControlPaint.cs
- OutputCacheSection.cs
- SqlProviderManifest.cs
- ReturnEventArgs.cs
- UIElementHelper.cs
- TypeElement.cs
- GroupItemAutomationPeer.cs
- TagMapInfo.cs
- TemplateColumn.cs
- UnmanagedMemoryStreamWrapper.cs
- HttpStaticObjectsCollectionWrapper.cs
- NameValueCollection.cs
- Switch.cs
- SchemaObjectWriter.cs