Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / IdentityValidationException.cs / 1305376 / IdentityValidationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; [Serializable] public class IdentityValidationException : System.Exception { public IdentityValidationException() : base() { } public IdentityValidationException( string message ) : base( message ) { } public IdentityValidationException( string message, Exception innerException ) : base( message, innerException ) { } protected IdentityValidationException( 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
- ColorMatrix.cs
- CorrelationManager.cs
- ValidatingCollection.cs
- UserControlBuildProvider.cs
- TempEnvironment.cs
- PackagePartCollection.cs
- SystemIcmpV6Statistics.cs
- DocumentApplicationJournalEntry.cs
- SQLByte.cs
- CapabilitiesSection.cs
- SendingRequestEventArgs.cs
- XhtmlBasicCalendarAdapter.cs
- ObjectItemAttributeAssemblyLoader.cs
- GeometryConverter.cs
- ComboBoxAutomationPeer.cs
- DataGridPagerStyle.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebEventCodes.cs
- Section.cs
- PresentationUIStyleResources.cs
- SiteMap.cs
- SystemThemeKey.cs
- OdbcConnectionString.cs
- Connector.xaml.cs
- Set.cs
- DriveNotFoundException.cs
- PipeSecurity.cs
- CodeMemberEvent.cs
- AuthorizationRule.cs
- Clause.cs
- MissingManifestResourceException.cs
- PaintEvent.cs
- CalendarModeChangedEventArgs.cs
- SessionEndedEventArgs.cs
- TemplateModeChangedEventArgs.cs
- BitmapCodecInfo.cs
- TimelineClockCollection.cs
- OleDbSchemaGuid.cs
- DataGridViewRowCollection.cs
- DbDataReader.cs
- SafeHandles.cs
- XPathParser.cs
- WebServiceEnumData.cs
- RegexMatch.cs
- SqlComparer.cs
- RoleManagerModule.cs
- DataGridRowHeaderAutomationPeer.cs
- DES.cs
- BitmapEffectDrawing.cs
- PersonalizationEntry.cs
- ObjectViewEntityCollectionData.cs
- Selection.cs
- ClientSettingsSection.cs
- EventWaitHandle.cs
- NavigationHelper.cs
- SvcMapFileLoader.cs
- Scripts.cs
- TableSectionStyle.cs
- ColorTransformHelper.cs
- ComponentCommands.cs
- StrongNameSignatureInformation.cs
- StylusPointCollection.cs
- SizeLimitedCache.cs
- LeafCellTreeNode.cs
- SystemKeyConverter.cs
- ContractSearchPattern.cs
- Control.cs
- MailWebEventProvider.cs
- TextRangeEdit.cs
- xamlnodes.cs
- fixedPageContentExtractor.cs
- EngineSiteSapi.cs
- LayoutUtils.cs
- CapabilitiesPattern.cs
- DataBoundControl.cs
- RegexReplacement.cs
- Models.cs
- FamilyMapCollection.cs
- TimeoutValidationAttribute.cs
- QuerySettings.cs
- Terminate.cs
- Util.cs
- HttpCachePolicy.cs
- LogSwitch.cs
- SerializationObjectManager.cs
- DispatcherSynchronizationContext.cs
- CreateBookmarkScope.cs
- DataGridViewCheckBoxColumn.cs
- DoubleStorage.cs
- FragmentQueryProcessor.cs
- CacheAxisQuery.cs
- SpoolingTaskBase.cs
- CreationContext.cs
- ColumnResizeAdorner.cs
- PointUtil.cs
- SecurityMessageProperty.cs
- PartBasedPackageProperties.cs
- ADMembershipProvider.cs
- ReaderWriterLockWrapper.cs
- XmlWrappingWriter.cs