Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UntrustedRecipientException.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComNativeDescriptor.cs
- PagePropertiesChangingEventArgs.cs
- PrePrepareMethodAttribute.cs
- SchemaManager.cs
- ColorConverter.cs
- StringReader.cs
- TabRenderer.cs
- SubMenuStyleCollection.cs
- FormDesigner.cs
- AnonymousIdentificationSection.cs
- OracleBoolean.cs
- PropertyValueUIItem.cs
- HtmlForm.cs
- SelectionEditor.cs
- HostingEnvironmentSection.cs
- ApplicationSecurityInfo.cs
- OpacityConverter.cs
- SqlGatherConsumedAliases.cs
- _NestedMultipleAsyncResult.cs
- MethodExpression.cs
- MouseButton.cs
- XhtmlBasicCommandAdapter.cs
- ResourceIDHelper.cs
- FormViewUpdatedEventArgs.cs
- UnsafeNativeMethods.cs
- ArgumentException.cs
- ServiceHttpModule.cs
- FunctionDescription.cs
- SetterBaseCollection.cs
- MatrixTransform.cs
- DATA_BLOB.cs
- Stackframe.cs
- ContainerUIElement3D.cs
- SetterBaseCollection.cs
- TextClipboardData.cs
- ExpressionLexer.cs
- FormViewUpdateEventArgs.cs
- StringUtil.cs
- CompilerState.cs
- XmlSchemaAnnotation.cs
- XmlLanguageConverter.cs
- AttributeCollection.cs
- XmlCDATASection.cs
- PtsContext.cs
- DefinitionBase.cs
- Listbox.cs
- DataShape.cs
- AnnotationResourceCollection.cs
- ScrollBar.cs
- WebControlAdapter.cs
- StaticSiteMapProvider.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DesignerSerializationOptionsAttribute.cs
- PhysicalOps.cs
- DefaultBinder.cs
- PageWrapper.cs
- UnionCodeGroup.cs
- OwnerDrawPropertyBag.cs
- DifferencingCollection.cs
- MailBnfHelper.cs
- FrameworkPropertyMetadata.cs
- XPathSingletonIterator.cs
- ChannelManager.cs
- Pair.cs
- PresentationSource.cs
- ImageFormat.cs
- ImageFormat.cs
- DesignerSerializationOptionsAttribute.cs
- RuntimeUtils.cs
- EditorZoneBase.cs
- WebPartVerbCollection.cs
- ClientTarget.cs
- StringReader.cs
- EventItfInfo.cs
- ToggleButtonAutomationPeer.cs
- SerialReceived.cs
- XamlFigureLengthSerializer.cs
- ClientUrlResolverWrapper.cs
- TimestampInformation.cs
- CustomExpression.cs
- RefreshPropertiesAttribute.cs
- JoinElimination.cs
- ToolStripDropDownButton.cs
- HttpHandlerAction.cs
- XmlBinaryReader.cs
- XsdDateTime.cs
- BamlBinaryWriter.cs
- DistinctQueryOperator.cs
- ComEventsSink.cs
- UnsafeNativeMethods.cs
- TypeSystem.cs
- EntityContainerEmitter.cs
- XmlSchemaGroupRef.cs
- TimeIntervalCollection.cs
- XamlStream.cs
- BlobPersonalizationState.cs
- DocumentViewerAutomationPeer.cs
- AnimationClockResource.cs
- PolicyLevel.cs
- ControlBuilder.cs