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
- PageStatePersister.cs
- Operator.cs
- TreeView.cs
- httpapplicationstate.cs
- SmiMetaDataProperty.cs
- ManagementObjectSearcher.cs
- XmlSchemaProviderAttribute.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ObjectParameterCollection.cs
- CompilerErrorCollection.cs
- PropertyEmitterBase.cs
- Attributes.cs
- PerformanceCounter.cs
- HttpContext.cs
- DateTimeFormat.cs
- DbConnectionHelper.cs
- ByteAnimation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- RenderDataDrawingContext.cs
- ExceptionCollection.cs
- LexicalChunk.cs
- RepeatEnumerable.cs
- MonitoringDescriptionAttribute.cs
- ButtonChrome.cs
- ModelUtilities.cs
- GestureRecognizer.cs
- MarginCollapsingState.cs
- InputLanguageCollection.cs
- ImportContext.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- connectionpool.cs
- IArgumentProvider.cs
- DataTemplate.cs
- DataException.cs
- FormatException.cs
- SiteOfOriginPart.cs
- PlaceHolder.cs
- AVElementHelper.cs
- ChtmlTextWriter.cs
- SqlIdentifier.cs
- HttpWebResponse.cs
- SerialPort.cs
- SmtpCommands.cs
- TaiwanCalendar.cs
- InputLangChangeEvent.cs
- ToolStripItemImageRenderEventArgs.cs
- OletxVolatileEnlistment.cs
- GridItemCollection.cs
- BitmapMetadataEnumerator.cs
- NameNode.cs
- UserControl.cs
- ValidationSummary.cs
- Decimal.cs
- LineProperties.cs
- InstanceKey.cs
- XmlSchemaExternal.cs
- DatagridviewDisplayedBandsData.cs
- PagedDataSource.cs
- GenericsInstances.cs
- GatewayIPAddressInformationCollection.cs
- DataSetMappper.cs
- XmlSerializationWriter.cs
- RawStylusSystemGestureInputReport.cs
- SortableBindingList.cs
- TextModifier.cs
- MetadataConversionError.cs
- SqlProcedureAttribute.cs
- DependencyObjectPropertyDescriptor.cs
- TypeDelegator.cs
- XamlParser.cs
- PartialToken.cs
- SynchronizedInputProviderWrapper.cs
- XmlSerializableServices.cs
- ScriptingProfileServiceSection.cs
- DragDeltaEventArgs.cs
- WindowsListViewSubItem.cs
- RouteData.cs
- filewebrequest.cs
- RefreshEventArgs.cs
- DPTypeDescriptorContext.cs
- ArithmeticLiteral.cs
- MimeBasePart.cs
- BindingMemberInfo.cs
- IndexedEnumerable.cs
- CroppedBitmap.cs
- ConfigurationSectionGroup.cs
- BCLDebug.cs
- LeftCellWrapper.cs
- ContextMenuAutomationPeer.cs
- RegisterInfo.cs
- cache.cs
- Identifier.cs
- DocumentGrid.cs
- ServerIdentity.cs
- SessionSwitchEventArgs.cs
- LayoutEditorPart.cs
- Type.cs
- JsonCollectionDataContract.cs
- TypeForwardedToAttribute.cs
- SqlVisitor.cs