Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / TrustExchangeException.cs / 1 / TrustExchangeException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Microsoft.InfoCards
{
using System;
using System.Runtime.Serialization;
using Microsoft.InfoCards.Diagnostics;
//
// Indicates that an error occured during a ws-trust exchange with an external party.
//
internal class TrustExchangeException : InfoCardBaseException
{
//
// This the code that this exception translates into.
//
const int HRESULT = (int)EventCode.E_ICARD_TRUSTEXCHANGE;
public TrustExchangeException()
: base( HRESULT )
{
}
public TrustExchangeException( string message )
:base( HRESULT, message )
{
}
public TrustExchangeException( string message, Exception inner )
: base( HRESULT, message, inner )
{
}
protected TrustExchangeException( 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
- ScrollItemPattern.cs
- Content.cs
- SaveRecipientRequest.cs
- RepeatButtonAutomationPeer.cs
- ExpressionBinding.cs
- SqlTypesSchemaImporter.cs
- DataSourceControlBuilder.cs
- ListSortDescriptionCollection.cs
- Psha1DerivedKeyGeneratorHelper.cs
- DataColumnCollection.cs
- TranslateTransform.cs
- ErrorTableItemStyle.cs
- HttpCacheVaryByContentEncodings.cs
- FontResourceCache.cs
- DetailsViewInsertEventArgs.cs
- StatusCommandUI.cs
- CapabilitiesUse.cs
- UserControlDocumentDesigner.cs
- CodeConditionStatement.cs
- DnsPermission.cs
- WebServicesDescriptionAttribute.cs
- BackgroundWorker.cs
- remotingproxy.cs
- WebException.cs
- ToolZone.cs
- MultilineStringConverter.cs
- PackageRelationship.cs
- EventSinkHelperWriter.cs
- GroupBoxRenderer.cs
- GeneralTransformGroup.cs
- CacheMemory.cs
- TabControlCancelEvent.cs
- RequiredFieldValidator.cs
- OwnerDrawPropertyBag.cs
- PageFunction.cs
- FlowDocumentReader.cs
- Int32AnimationUsingKeyFrames.cs
- CurrentChangedEventManager.cs
- ApplicationSecurityManager.cs
- ObjectItemCollection.cs
- DependencyPropertyConverter.cs
- HtmlEmptyTagControlBuilder.cs
- MessageQuerySet.cs
- ToolStripItem.cs
- DrawingContextWalker.cs
- FieldDescriptor.cs
- SQLInt16.cs
- PointAnimationBase.cs
- ListSortDescription.cs
- DeflateInput.cs
- StringCollection.cs
- DataErrorValidationRule.cs
- ThousandthOfEmRealDoubles.cs
- EditingMode.cs
- StyleBamlRecordReader.cs
- BooleanFunctions.cs
- StringCollectionMarkupSerializer.cs
- SortDescriptionCollection.cs
- WebControlsSection.cs
- CaseInsensitiveComparer.cs
- Font.cs
- ResourceCategoryAttribute.cs
- MobileCapabilities.cs
- FrameworkContentElementAutomationPeer.cs
- Win32KeyboardDevice.cs
- SqlServer2KCompatibilityCheck.cs
- WarningException.cs
- IncrementalHitTester.cs
- CompositionCommandSet.cs
- ClientCultureInfo.cs
- FilteredAttributeCollection.cs
- NoneExcludedImageIndexConverter.cs
- UInt16.cs
- XmlIgnoreAttribute.cs
- UpdatableGenericsFeature.cs
- mongolianshape.cs
- RepeatButton.cs
- CompilationLock.cs
- BookmarkWorkItem.cs
- _DomainName.cs
- LineServicesRun.cs
- ControlBuilder.cs
- HtmlControl.cs
- TextEffect.cs
- OleDbCommandBuilder.cs
- DataGridViewCellCancelEventArgs.cs
- SingleAnimationBase.cs
- TimeSpanConverter.cs
- ProgressBar.cs
- GPPOINT.cs
- SchemaImporterExtensionElementCollection.cs
- Translator.cs
- TextAnchor.cs
- MetadataArtifactLoaderCompositeFile.cs
- HttpServerUtilityWrapper.cs
- XmlDataImplementation.cs
- ToolStripSplitStackLayout.cs
- CompositeCollectionView.cs
- SerializeAbsoluteContext.cs
- FlowLayout.cs