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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HMACSHA1.cs
- Pipe.cs
- ActivityPreviewDesigner.cs
- TerminatorSinks.cs
- KeyConverter.cs
- LogicalMethodInfo.cs
- AppDomainProtocolHandler.cs
- ByteAnimationUsingKeyFrames.cs
- ParameterReplacerVisitor.cs
- CultureInfoConverter.cs
- BindingExpressionBase.cs
- PageContentAsyncResult.cs
- InputLanguage.cs
- Stream.cs
- TableLayoutCellPaintEventArgs.cs
- ParallelSeparator.xaml.cs
- precedingsibling.cs
- SystemSounds.cs
- DependencyProperty.cs
- ConsoleEntryPoint.cs
- XmlSchemaRedefine.cs
- PointLightBase.cs
- UnsafeNativeMethodsCLR.cs
- CellCreator.cs
- SafeHandles.cs
- DataServiceRequestArgs.cs
- MessageFault.cs
- SqlFormatter.cs
- EditorPartChrome.cs
- WindowsTooltip.cs
- CheckoutException.cs
- ISFClipboardData.cs
- NativeWindow.cs
- CookielessHelper.cs
- ValueType.cs
- UnsafeNativeMethods.cs
- JoinCqlBlock.cs
- RevocationPoint.cs
- RenamedEventArgs.cs
- LinqDataSourceValidationException.cs
- ListItemParagraph.cs
- XmlIncludeAttribute.cs
- WriteFileContext.cs
- ComboBox.cs
- METAHEADER.cs
- _SpnDictionary.cs
- AnimatedTypeHelpers.cs
- GB18030Encoding.cs
- SortedList.cs
- SingleAnimation.cs
- ColorConvertedBitmap.cs
- DataTableReaderListener.cs
- HttpValueCollection.cs
- ToolStripDropDownClosedEventArgs.cs
- FastEncoder.cs
- UInt64Converter.cs
- ConfigXmlText.cs
- XmlUrlEditor.cs
- SuppressMessageAttribute.cs
- NetCodeGroup.cs
- Translator.cs
- TrustLevelCollection.cs
- XPathNavigatorReader.cs
- GorillaCodec.cs
- CodeMemberEvent.cs
- SecondaryIndex.cs
- TypeDelegator.cs
- TrustManagerPromptUI.cs
- Matrix3DValueSerializer.cs
- DeviceSpecific.cs
- DataGridAddNewRow.cs
- XmlName.cs
- DbParameterCollectionHelper.cs
- SqlUtil.cs
- IndexerNameAttribute.cs
- WebPartTransformerCollection.cs
- ZipPackagePart.cs
- ConfigurationStrings.cs
- SafeHandles.cs
- DocumentViewerHelper.cs
- DesignerVerb.cs
- CollectionConverter.cs
- StructuredCompositeActivityDesigner.cs
- AssemblyCollection.cs
- HebrewNumber.cs
- ToolstripProfessionalRenderer.cs
- PersonalizationProviderCollection.cs
- DataGridViewDataErrorEventArgs.cs
- Int16Animation.cs
- FileDialogPermission.cs
- MailMessageEventArgs.cs
- BlockCollection.cs
- InputScopeConverter.cs
- COM2Enum.cs
- SoapElementAttribute.cs
- RoleService.cs
- TextEditorCopyPaste.cs
- VisualCollection.cs
- ItemChangedEventArgs.cs
- AsymmetricKeyExchangeDeformatter.cs