Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / IdentityValidationException.cs / 1 / IdentityValidationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates there was a problem in the validation of an identity such as an issuer or recipient certificate. // internal class IdentityValidationException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_IDENTITY; public IdentityValidationException() : base( HRESULT ) { } public IdentityValidationException( string message ) :base( HRESULT, message ) { } public IdentityValidationException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected IdentityValidationException( 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
- SecurityCredentialsManager.cs
- SafeSecurityHandles.cs
- Tablet.cs
- XmlHelper.cs
- ScriptResourceMapping.cs
- SetIterators.cs
- SpeechRecognizer.cs
- InternalDispatchObject.cs
- IsolationInterop.cs
- ClientFormsAuthenticationCredentials.cs
- HttpModuleAction.cs
- WebServiceErrorEvent.cs
- RSAProtectedConfigurationProvider.cs
- Geometry.cs
- ToolStripItemRenderEventArgs.cs
- PermissionRequestEvidence.cs
- ButtonChrome.cs
- FloatUtil.cs
- TagNameToTypeMapper.cs
- Monitor.cs
- HtmlInputSubmit.cs
- GPRECTF.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- EdmValidator.cs
- DocumentOrderQuery.cs
- ObjectCache.cs
- Decimal.cs
- MonikerBuilder.cs
- RichTextBox.cs
- HandlerFactoryCache.cs
- Expr.cs
- HwndSource.cs
- XDRSchema.cs
- GeometryGroup.cs
- GradientStop.cs
- SchemaNamespaceManager.cs
- CorrelationToken.cs
- Faults.cs
- SecurityException.cs
- TypedReference.cs
- Item.cs
- LayoutEvent.cs
- ActivityCompletionCallbackWrapper.cs
- OpenFileDialog.cs
- X509UI.cs
- cryptoapiTransform.cs
- StorageRoot.cs
- UnsafeNativeMethods.cs
- CellTreeNodeVisitors.cs
- securitycriticaldata.cs
- KeyboardEventArgs.cs
- OrderByQueryOptionExpression.cs
- FileSystemWatcher.cs
- PrintPreviewDialog.cs
- WorkflowCreationContext.cs
- SQLDateTime.cs
- ActivityDesigner.cs
- ResourcePool.cs
- SettingsAttributes.cs
- SqlNode.cs
- PartialList.cs
- LineVisual.cs
- BaseValidatorDesigner.cs
- PartialList.cs
- SerializationEventsCache.cs
- AffineTransform3D.cs
- CopyCodeAction.cs
- ListView.cs
- RecognizerBase.cs
- TargetParameterCountException.cs
- DataRowView.cs
- MemoryPressure.cs
- GridEntry.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- RawStylusInputCustomData.cs
- ISCIIEncoding.cs
- EventMappingSettings.cs
- WindowsStartMenu.cs
- VariableModifiersHelper.cs
- ContentDesigner.cs
- ObjectReaderCompiler.cs
- XPathNode.cs
- OptimisticConcurrencyException.cs
- SweepDirectionValidation.cs
- basemetadatamappingvisitor.cs
- FormatSettings.cs
- PropertyBuilder.cs
- ObjectContext.cs
- PassportPrincipal.cs
- CodeRemoveEventStatement.cs
- SafeTokenHandle.cs
- Pair.cs
- AsyncDataRequest.cs
- CredentialCache.cs
- SystemResourceHost.cs
- LogArchiveSnapshot.cs
- LinqDataSourceEditData.cs
- Script.cs
- httpstaticobjectscollection.cs
- RectangleHotSpot.cs