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
- Rule.cs
- DataKeyCollection.cs
- BitVector32.cs
- TraceUtils.cs
- VersionValidator.cs
- SplayTreeNode.cs
- AssemblyLoader.cs
- ObjectViewListener.cs
- BooleanConverter.cs
- WebCategoryAttribute.cs
- TableItemStyle.cs
- SqlNamer.cs
- InitializationEventAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- FlowLayoutPanel.cs
- HandlerBase.cs
- UpdateRecord.cs
- dataobject.cs
- CreateUserErrorEventArgs.cs
- BaseParaClient.cs
- EntityChangedParams.cs
- TextBoxRenderer.cs
- ReadOnlyDictionary.cs
- PlainXmlWriter.cs
- NameValuePermission.cs
- WeakHashtable.cs
- RegistrationServices.cs
- Debugger.cs
- StylusDownEventArgs.cs
- DecimalAnimationBase.cs
- ImpersonationContext.cs
- Crc32.cs
- BitmapEncoder.cs
- FontWeightConverter.cs
- LinearQuaternionKeyFrame.cs
- HttpInputStream.cs
- EmptyStringExpandableObjectConverter.cs
- FontWeights.cs
- LinearKeyFrames.cs
- EmptyQuery.cs
- AnnotationResourceCollection.cs
- StylusPointPropertyUnit.cs
- AllowedAudienceUriElementCollection.cs
- HttpClientCertificate.cs
- OperationPickerDialog.cs
- SimpleHandlerFactory.cs
- StrokeNodeOperations.cs
- COM2TypeInfoProcessor.cs
- FocusManager.cs
- PropertyItem.cs
- ArrayWithOffset.cs
- WorkflowViewStateService.cs
- MemberAssignment.cs
- DataGridViewRowCancelEventArgs.cs
- XamlToRtfWriter.cs
- ControlBuilder.cs
- HttpRawResponse.cs
- AnonymousIdentificationSection.cs
- DataSourceHelper.cs
- WebEventTraceProvider.cs
- XmlAnyElementAttribute.cs
- FlowDocumentPage.cs
- OptimizerPatterns.cs
- TraceContextRecord.cs
- ServiceHostFactory.cs
- BitmapImage.cs
- WebPartConnectionsConfigureVerb.cs
- RelatedView.cs
- SQLChars.cs
- ResourcesBuildProvider.cs
- PrivilegeNotHeldException.cs
- WebRequest.cs
- MaskPropertyEditor.cs
- PeerTransportCredentialType.cs
- TreeBuilderXamlTranslator.cs
- WindowShowOrOpenTracker.cs
- AdvancedBindingPropertyDescriptor.cs
- SmiEventSink.cs
- RowParagraph.cs
- EditorZone.cs
- RowVisual.cs
- MasterPageBuildProvider.cs
- ReferentialConstraintRoleElement.cs
- SimpleApplicationHost.cs
- DuplicateMessageDetector.cs
- _SafeNetHandles.cs
- StylusPointPropertyId.cs
- EventProviderWriter.cs
- FixedSOMPageConstructor.cs
- HybridDictionary.cs
- IpcManager.cs
- AttributeCollection.cs
- PolyBezierSegment.cs
- EncoderBestFitFallback.cs
- FrameworkTextComposition.cs
- RSAPKCS1SignatureDeformatter.cs
- WebBrowser.cs
- ADMembershipProvider.cs
- ToolStripPanelRow.cs
- SecuritySessionFilter.cs