Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / PasswordValidationException.cs / 1 / PasswordValidationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that a password failed validation. // internal class PasswordValidationException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_PASSWORDVALIDATION; public PasswordValidationException() : base( HRESULT ) { } public PasswordValidationException( string message ) :base( HRESULT, message ) { } public PasswordValidationException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected PasswordValidationException( SerializationInfo si, StreamingContext sc ) : base( HRESULT, si, sc ) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeListConverter.cs
- ModelUtilities.cs
- GridViewCancelEditEventArgs.cs
- ElementHost.cs
- CodeAttributeArgumentCollection.cs
- HtmlButton.cs
- XmlILModule.cs
- ThicknessAnimationBase.cs
- CodeTypeMemberCollection.cs
- OracleColumn.cs
- Table.cs
- XmlSchemaSimpleTypeUnion.cs
- mongolianshape.cs
- OdbcTransaction.cs
- TransactionScope.cs
- XmlNodeList.cs
- ConfigPathUtility.cs
- XsdDataContractImporter.cs
- ToolStripGripRenderEventArgs.cs
- DelayedRegex.cs
- WindowCollection.cs
- ApplicationFileCodeDomTreeGenerator.cs
- XmlDictionaryString.cs
- ProgressPage.cs
- ScriptControl.cs
- DataGridViewLinkCell.cs
- ContentControl.cs
- ToolStripGripRenderEventArgs.cs
- MembershipValidatePasswordEventArgs.cs
- ConstrainedDataObject.cs
- NativeMethods.cs
- Tag.cs
- Int32Storage.cs
- FunctionUpdateCommand.cs
- SystemIPv4InterfaceProperties.cs
- DataControlReference.cs
- EntityDataSourceContainerNameItem.cs
- TraceFilter.cs
- StringExpressionSet.cs
- FixedPosition.cs
- XmlIncludeAttribute.cs
- Base64Encoder.cs
- SqlFormatter.cs
- BuildProvider.cs
- COM2ExtendedTypeConverter.cs
- PolicyLevel.cs
- NotSupportedException.cs
- HtmlInputPassword.cs
- DataGridRelationshipRow.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- Authorization.cs
- OutputScopeManager.cs
- XmlChildEnumerator.cs
- DataListDesigner.cs
- XmlReaderDelegator.cs
- PkcsUtils.cs
- XPathNavigatorKeyComparer.cs
- serverconfig.cs
- ClientScriptItem.cs
- EntityConnectionStringBuilderItem.cs
- IPEndPoint.cs
- RelationshipSet.cs
- SqlDataSourceSelectingEventArgs.cs
- TextEncodedRawTextWriter.cs
- HtmlElementErrorEventArgs.cs
- SendContent.cs
- HostingEnvironmentException.cs
- AppDomainManager.cs
- MessageSmuggler.cs
- LayoutEngine.cs
- SymmetricSecurityProtocol.cs
- NamespaceQuery.cs
- CodeExporter.cs
- DictionaryContent.cs
- Console.cs
- StrokeFIndices.cs
- PtsContext.cs
- EmptyEnumerable.cs
- NoResizeSelectionBorderGlyph.cs
- DocumentGridContextMenu.cs
- TextEffect.cs
- Stroke2.cs
- WeakReferenceEnumerator.cs
- XamlSerializer.cs
- BuildProviderCollection.cs
- PageAsyncTaskManager.cs
- HuffModule.cs
- filewebresponse.cs
- MD5Cng.cs
- dataobject.cs
- ObjectSpanRewriter.cs
- FilterException.cs
- CompilerLocalReference.cs
- _UriSyntax.cs
- SafeNativeMethods.cs
- Boolean.cs
- XmlCodeExporter.cs
- ClaimComparer.cs
- UserPrincipalNameElement.cs
- GeneralTransform3DGroup.cs