Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UnsupportedPolicyOptionsException.cs / 1305376 / UnsupportedPolicyOptionsException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Summary // Wraps exceptions thrown during the request security token process. // [Serializable] public class UnsupportedPolicyOptionsException : System.Exception { public UnsupportedPolicyOptionsException() : base() { } public UnsupportedPolicyOptionsException( string message ) : base( message ) { } public UnsupportedPolicyOptionsException( string message, Exception innerException ) : base( message, innerException ) { } protected UnsupportedPolicyOptionsException( 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; using Microsoft.InfoCards.Diagnostics; // // Summary // Wraps exceptions thrown during the request security token process. // [Serializable] public class UnsupportedPolicyOptionsException : System.Exception { public UnsupportedPolicyOptionsException() : base() { } public UnsupportedPolicyOptionsException( string message ) : base( message ) { } public UnsupportedPolicyOptionsException( string message, Exception innerException ) : base( message, innerException ) { } protected UnsupportedPolicyOptionsException( 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
- BitmapEffectState.cs
- Span.cs
- Html32TextWriter.cs
- MissingManifestResourceException.cs
- TextAdaptor.cs
- InvalidFilterCriteriaException.cs
- DataSysAttribute.cs
- WebException.cs
- DynamicILGenerator.cs
- Viewport3DAutomationPeer.cs
- ErrorHandler.cs
- recordstate.cs
- TransactionManager.cs
- ETagAttribute.cs
- XmlSchemaAnyAttribute.cs
- WSDualHttpSecurity.cs
- StrongName.cs
- SocketPermission.cs
- InheritedPropertyChangedEventArgs.cs
- Math.cs
- SpStreamWrapper.cs
- TextRunProperties.cs
- ModuleConfigurationInfo.cs
- ApplicationServicesHostFactory.cs
- DbMetaDataCollectionNames.cs
- OuterGlowBitmapEffect.cs
- XmlSchemaValidationException.cs
- StackSpiller.Bindings.cs
- PlatformCulture.cs
- PassportAuthenticationModule.cs
- HttpRawResponse.cs
- X509CertificateClaimSet.cs
- CustomAttribute.cs
- PerformanceCounter.cs
- Stack.cs
- SpotLight.cs
- NativeMethods.cs
- GlyphInfoList.cs
- RegexMatchCollection.cs
- MdiWindowListItemConverter.cs
- WrappingXamlSchemaContext.cs
- HtmlHead.cs
- HttpsHostedTransportConfiguration.cs
- WaitForChangedResult.cs
- PowerModeChangedEventArgs.cs
- TextRunTypographyProperties.cs
- ArglessEventHandlerProxy.cs
- BaseUriHelper.cs
- ObjectStateEntryDbDataRecord.cs
- CqlGenerator.cs
- DockPanel.cs
- Int32CAMarshaler.cs
- SessionState.cs
- ZipIOBlockManager.cs
- DataGridViewCellStyle.cs
- StructuredType.cs
- Classification.cs
- CollectionBase.cs
- TemplateParser.cs
- AbstractDataSvcMapFileLoader.cs
- SByteStorage.cs
- ServicesUtilities.cs
- CodeTypeConstructor.cs
- XmlArrayItemAttributes.cs
- input.cs
- keycontainerpermission.cs
- ICspAsymmetricAlgorithm.cs
- ConnectionPoint.cs
- IntellisenseTextBox.designer.cs
- PenLineJoinValidation.cs
- StrokeIntersection.cs
- DataGridViewRowPrePaintEventArgs.cs
- DataObject.cs
- AssemblyName.cs
- DependencyPropertyDescriptor.cs
- WmpBitmapDecoder.cs
- ThousandthOfEmRealDoubles.cs
- RandomNumberGenerator.cs
- PlainXmlWriter.cs
- BitmapPalette.cs
- CroppedBitmap.cs
- TemplateXamlTreeBuilder.cs
- RequestNavigateEventArgs.cs
- CommandEventArgs.cs
- ListBindableAttribute.cs
- ElementHost.cs
- XmlSchemaGroupRef.cs
- HeaderPanel.cs
- SafeSecurityHelper.cs
- Knowncolors.cs
- SiteMapSection.cs
- DataFormats.cs
- XmlSchemaAttributeGroupRef.cs
- DataGridCommandEventArgs.cs
- LockedBorderGlyph.cs
- CustomCredentialPolicy.cs
- WebServiceResponse.cs
- CodePageEncoding.cs
- ToolboxItemLoader.cs
- ExceptionUtil.cs