Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComPersistableTypeElementCollection.cs
- DataDocumentXPathNavigator.cs
- ValidationResult.cs
- XmlAutoDetectWriter.cs
- DocumentSchemaValidator.cs
- SupportingTokenSpecification.cs
- QilGenerator.cs
- TypePropertyEditor.cs
- BoolExpressionVisitors.cs
- MessageQueuePermissionEntryCollection.cs
- PreviewControlDesigner.cs
- TextPointerBase.cs
- Event.cs
- DiagnosticStrings.cs
- HandlerBase.cs
- XmlMemberMapping.cs
- DragEvent.cs
- XmlSchemaGroup.cs
- httpstaticobjectscollection.cs
- Manipulation.cs
- BaseCollection.cs
- Expression.cs
- HMACRIPEMD160.cs
- EdmProviderManifest.cs
- ChangeProcessor.cs
- StringAnimationUsingKeyFrames.cs
- UIElementIsland.cs
- IsolatedStoragePermission.cs
- PolyQuadraticBezierSegment.cs
- OpacityConverter.cs
- WriteableBitmap.cs
- FontSourceCollection.cs
- Fault.cs
- LinkedResource.cs
- FusionWrap.cs
- BitmapEffectDrawingContent.cs
- DesignerOptionService.cs
- _NegoStream.cs
- RoleManagerModule.cs
- ColumnResizeUndoUnit.cs
- LiteralLink.cs
- XPathMessageFilterElementCollection.cs
- FileFormatException.cs
- WebPartEventArgs.cs
- ManipulationStartingEventArgs.cs
- HtmlString.cs
- AstNode.cs
- ResourceBinder.cs
- VerticalAlignConverter.cs
- PropertySegmentSerializationProvider.cs
- ImageInfo.cs
- ToolStripLocationCancelEventArgs.cs
- SecurityKeyUsage.cs
- SpotLight.cs
- PaperSize.cs
- Setter.cs
- ExpressionParser.cs
- CompositeFontParser.cs
- SerialReceived.cs
- grammarelement.cs
- ItemAutomationPeer.cs
- AssemblyNameProxy.cs
- FrameworkElementFactory.cs
- DoubleLink.cs
- DispatchChannelSink.cs
- RuntimeVariableList.cs
- NumberFunctions.cs
- RenderData.cs
- SmtpReplyReader.cs
- RegexNode.cs
- Style.cs
- MethodCallTranslator.cs
- HtmlTableRow.cs
- DropShadowBitmapEffect.cs
- EntityViewGenerationAttribute.cs
- Queue.cs
- CreateRefExpr.cs
- GAC.cs
- CatalogZone.cs
- TextSegment.cs
- Camera.cs
- NumericUpDown.cs
- MetadataSource.cs
- OpacityConverter.cs
- TrackBar.cs
- FixedHighlight.cs
- TypeConverterValueSerializer.cs
- ResourceCategoryAttribute.cs
- WriteTimeStream.cs
- XmlRawWriter.cs
- DataViewSettingCollection.cs
- KoreanLunisolarCalendar.cs
- UpdateEventArgs.cs
- CodeTypeDelegate.cs
- GPPOINTF.cs
- MembershipSection.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- Matrix.cs
- ProxyAttribute.cs
- RealizationDrawingContextWalker.cs