Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // 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
- CreateUserErrorEventArgs.cs
- LinkGrep.cs
- MessageEncoder.cs
- EntityKey.cs
- ToolStripControlHost.cs
- columnmapfactory.cs
- SqlReferenceCollection.cs
- Vector3DKeyFrameCollection.cs
- X509CertificateChain.cs
- HttpFileCollection.cs
- DisplayMemberTemplateSelector.cs
- BindingsCollection.cs
- XPathEmptyIterator.cs
- BrowserPolicyValidator.cs
- OleDbConnection.cs
- DBCommand.cs
- ExceptionUtility.cs
- ListViewTableCell.cs
- OdbcErrorCollection.cs
- IndexedWhereQueryOperator.cs
- AnonymousIdentificationSection.cs
- MetaColumn.cs
- WindowHideOrCloseTracker.cs
- InputMethodStateChangeEventArgs.cs
- CodePageUtils.cs
- storepermissionattribute.cs
- ChtmlFormAdapter.cs
- CurrentTimeZone.cs
- LinqDataSourceContextEventArgs.cs
- SecurityException.cs
- PolicyValidationException.cs
- ChtmlImageAdapter.cs
- ProxyAttribute.cs
- EnumerableValidator.cs
- ScrollBarRenderer.cs
- SafeWaitHandle.cs
- EntityViewContainer.cs
- Activity.cs
- Msec.cs
- FixedTextContainer.cs
- AutomationPropertyInfo.cs
- SplitContainer.cs
- OverflowException.cs
- DomNameTable.cs
- DefaultTextStore.cs
- XmlSchemaExternal.cs
- LightweightCodeGenerator.cs
- hebrewshape.cs
- AnimationClockResource.cs
- ExpandableObjectConverter.cs
- XMLSyntaxException.cs
- WebPartMenuStyle.cs
- MatrixTransform3D.cs
- Track.cs
- XmlSchemaException.cs
- unsafenativemethodsother.cs
- newinstructionaction.cs
- HebrewNumber.cs
- ComplexType.cs
- MappingItemCollection.cs
- HwndAppCommandInputProvider.cs
- IntPtr.cs
- BookmarkList.cs
- HtmlEncodedRawTextWriter.cs
- RegisteredDisposeScript.cs
- HashHelper.cs
- SafeSecurityHelper.cs
- ReverseInheritProperty.cs
- MessageQueue.cs
- ResourceDictionary.cs
- Tile.cs
- ReadOnlyHierarchicalDataSource.cs
- TextEndOfParagraph.cs
- IteratorFilter.cs
- Icon.cs
- UnsafeNativeMethods.cs
- CellNormalizer.cs
- SmiConnection.cs
- JsonObjectDataContract.cs
- ComboBoxAutomationPeer.cs
- RectangleGeometry.cs
- RepeaterCommandEventArgs.cs
- TableCellAutomationPeer.cs
- TextSearch.cs
- Viewport2DVisual3D.cs
- __ComObject.cs
- DefaultCommandConverter.cs
- IssuedTokenServiceElement.cs
- HttpListenerRequest.cs
- FontFamilyConverter.cs
- FontCacheLogic.cs
- SelectedPathEditor.cs
- KeyGestureValueSerializer.cs
- ObjectStateFormatter.cs
- StandardBindingElementCollection.cs
- HyperLinkColumn.cs
- COM2TypeInfoProcessor.cs
- OracleBoolean.cs
- AndCondition.cs
- RichTextBoxDesigner.cs