Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UntrustedRecipientException.cs / 1305376 / UntrustedRecipientException.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 recipient was not trusted // by the user // [Serializable] public class UntrustedRecipientException : System.Exception { public UntrustedRecipientException() : base() { } public UntrustedRecipientException( string message ) : base( message ) { } public UntrustedRecipientException( string message, Exception innerException ) : base( message, innerException ) { } protected UntrustedRecipientException( 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. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; // // Summary // Exception class to indicate failure in generating the token as the recipient was not trusted // by the user // [Serializable] public class UntrustedRecipientException : System.Exception { public UntrustedRecipientException() : base() { } public UntrustedRecipientException( string message ) : base( message ) { } public UntrustedRecipientException( string message, Exception innerException ) : base( message, innerException ) { } protected UntrustedRecipientException( 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
- ResXResourceSet.cs
- ToolStripButton.cs
- StdRegProviderWrapper.cs
- _Events.cs
- ValidationService.cs
- GridViewCommandEventArgs.cs
- TextBox.cs
- FilteredReadOnlyMetadataCollection.cs
- ChannelFactory.cs
- BaseTemplateCodeDomTreeGenerator.cs
- BaseDataList.cs
- RequiredAttributeAttribute.cs
- LockCookie.cs
- BitmapData.cs
- DataGridViewComboBoxColumn.cs
- DockingAttribute.cs
- LocalizationComments.cs
- NegatedConstant.cs
- ReverseInheritProperty.cs
- UIElement.cs
- DataRelation.cs
- SafeRightsManagementHandle.cs
- RadialGradientBrush.cs
- ClientSettingsProvider.cs
- ReflectPropertyDescriptor.cs
- CounterSampleCalculator.cs
- Model3DGroup.cs
- TextMarkerSource.cs
- DefaultTextStoreTextComposition.cs
- WrappedIUnknown.cs
- ViewLoader.cs
- DataGridViewDesigner.cs
- ServiceDiscoveryElement.cs
- CompilerState.cs
- DetailsViewDeletedEventArgs.cs
- MemoryFailPoint.cs
- BaseAsyncResult.cs
- _Connection.cs
- CustomWebEventKey.cs
- Int32CollectionValueSerializer.cs
- OverflowException.cs
- WindowsListViewItemCheckBox.cs
- MenuItemAutomationPeer.cs
- SimpleLine.cs
- XamlTypeMapper.cs
- WizardPanel.cs
- TemplateManager.cs
- CodeDomConfigurationHandler.cs
- SpanIndex.cs
- SafeNativeMethods.cs
- BigInt.cs
- AssociationTypeEmitter.cs
- StorageComplexTypeMapping.cs
- TextParagraphView.cs
- SqlAggregateChecker.cs
- WebPartDisplayMode.cs
- WrappingXamlSchemaContext.cs
- InputMethod.cs
- HwndStylusInputProvider.cs
- DispatchChannelSink.cs
- XNodeSchemaApplier.cs
- PropertyChangedEventArgs.cs
- XmlNamespaceDeclarationsAttribute.cs
- SettingsPropertyWrongTypeException.cs
- ChannelBinding.cs
- EmbeddedMailObjectCollectionEditor.cs
- ListViewItemSelectionChangedEvent.cs
- DataGridViewColumnCollectionDialog.cs
- NullableConverter.cs
- DeviceSpecificDesigner.cs
- UInt32Storage.cs
- TimerElapsedEvenArgs.cs
- NotifyCollectionChangedEventArgs.cs
- TextEditorTyping.cs
- HttpListenerException.cs
- WebPartTracker.cs
- SimpleLine.cs
- InvalidFilterCriteriaException.cs
- MetaForeignKeyColumn.cs
- ControlsConfig.cs
- PtsHelper.cs
- XsltFunctions.cs
- MembershipPasswordException.cs
- GacUtil.cs
- UserControl.cs
- ConsumerConnectionPointCollection.cs
- SubstitutionResponseElement.cs
- AstTree.cs
- Predicate.cs
- CommandField.cs
- RectKeyFrameCollection.cs
- IfAction.cs
- UnknownWrapper.cs
- X509UI.cs
- TargetControlTypeAttribute.cs
- ValidatorCollection.cs
- SpotLight.cs
- NetCodeGroup.cs
- Configuration.cs
- DnsPermission.cs