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
- Int32Collection.cs
- Single.cs
- XPathAxisIterator.cs
- DashStyles.cs
- Command.cs
- DataKeyCollection.cs
- formatter.cs
- CaseCqlBlock.cs
- TemplateControl.cs
- NonVisualControlAttribute.cs
- ReferentialConstraint.cs
- CodeCommentStatementCollection.cs
- GridViewColumnHeader.cs
- Math.cs
- BamlRecords.cs
- Select.cs
- TextEditorSpelling.cs
- Parser.cs
- PropertyPathWorker.cs
- Exception.cs
- Point3DCollectionValueSerializer.cs
- SchemaImporter.cs
- DropShadowBitmapEffect.cs
- WmlLinkAdapter.cs
- RuleSetReference.cs
- PropertyItem.cs
- WaitHandleCannotBeOpenedException.cs
- TailCallAnalyzer.cs
- EventMap.cs
- NotSupportedException.cs
- CurrencyWrapper.cs
- ScriptingSectionGroup.cs
- ByteKeyFrameCollection.cs
- ParameterCollection.cs
- TextBoxAutoCompleteSourceConverter.cs
- NaturalLanguageHyphenator.cs
- ping.cs
- AstTree.cs
- BitmapEffectRenderDataResource.cs
- OpCodes.cs
- ScaleTransform.cs
- EndpointIdentityExtension.cs
- GregorianCalendarHelper.cs
- Delay.cs
- GPRECTF.cs
- XmlSchemaImport.cs
- MetabaseServerConfig.cs
- ClearTypeHintValidation.cs
- CommentEmitter.cs
- WindowsClaimSet.cs
- DataKey.cs
- WSFederationHttpBinding.cs
- ServiceInfo.cs
- Geometry3D.cs
- SafeThemeHandle.cs
- HighlightVisual.cs
- PersonalizationEntry.cs
- TypeDescriptionProviderAttribute.cs
- CheckBoxRenderer.cs
- ImmComposition.cs
- PointIndependentAnimationStorage.cs
- SafeNativeMethods.cs
- DataListItem.cs
- XPathAncestorIterator.cs
- TextOutput.cs
- SafeIUnknown.cs
- DesigntimeLicenseContext.cs
- CorruptStoreException.cs
- dbdatarecord.cs
- FilteredSchemaElementLookUpTable.cs
- VerificationAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- CachedPathData.cs
- GridItemCollection.cs
- HtmlWindowCollection.cs
- ApplicationInfo.cs
- FamilyTypeface.cs
- AdjustableArrowCap.cs
- XmlCountingReader.cs
- HandleCollector.cs
- ExpressionBindingCollection.cs
- precedingquery.cs
- ContentElement.cs
- SortDescription.cs
- SoapAttributes.cs
- Ref.cs
- DataGridAutomationPeer.cs
- AnalyzedTree.cs
- DispatchRuntime.cs
- dataprotectionpermissionattribute.cs
- odbcmetadatacollectionnames.cs
- SyndicationDeserializer.cs
- ExpressionVisitor.cs
- PixelShader.cs
- DecimalConstantAttribute.cs
- RepeatButton.cs
- CachedCompositeFamily.cs
- Propagator.Evaluator.cs
- JsonByteArrayDataContract.cs
- ToolStripManager.cs