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
- StreamInfo.cs
- TerminatorSinks.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- Bits.cs
- CallSiteBinder.cs
- ObjectDataSourceEventArgs.cs
- GenericsInstances.cs
- _LazyAsyncResult.cs
- ProviderBase.cs
- PngBitmapEncoder.cs
- ToolStripSystemRenderer.cs
- DataGridRowsPresenter.cs
- GeometryModel3D.cs
- TemplateNodeContextMenu.cs
- filewebresponse.cs
- DataSetUtil.cs
- TimerExtension.cs
- ProxyHwnd.cs
- StylusShape.cs
- HashCryptoHandle.cs
- HttpGetServerProtocol.cs
- SerializationObjectManager.cs
- MobileControlsSection.cs
- ProxyGenerator.cs
- BitmapEffectState.cs
- TextContainerHelper.cs
- __Error.cs
- SmiEventStream.cs
- TextSelectionHelper.cs
- ArrayConverter.cs
- CodeArgumentReferenceExpression.cs
- BooleanAnimationBase.cs
- SqlConnectionStringBuilder.cs
- UpdateException.cs
- TransformerConfigurationWizardBase.cs
- ServiceOperationWrapper.cs
- SqlBooleanizer.cs
- ProfileEventArgs.cs
- DoubleLink.cs
- PartitionedDataSource.cs
- FixedTextBuilder.cs
- EncryptedKey.cs
- RowsCopiedEventArgs.cs
- SessionPageStateSection.cs
- MessageDecoder.cs
- DurationConverter.cs
- XmlCompatibilityReader.cs
- FileUpload.cs
- HttpCookiesSection.cs
- CustomValidator.cs
- UriExt.cs
- DefaultSerializationProviderAttribute.cs
- ColumnWidthChangedEvent.cs
- ForEachAction.cs
- SpeechDetectedEventArgs.cs
- SqlTriggerAttribute.cs
- SwitchAttribute.cs
- ContentIterators.cs
- WpfKnownMemberInvoker.cs
- _AutoWebProxyScriptEngine.cs
- EntityClassGenerator.cs
- ThaiBuddhistCalendar.cs
- WebBrowserNavigatingEventHandler.cs
- AccessibilityApplicationManager.cs
- XhtmlBasicObjectListAdapter.cs
- BitmapEffectCollection.cs
- ConfigurationStrings.cs
- DataGridViewCellParsingEventArgs.cs
- TransformProviderWrapper.cs
- DynamicField.cs
- serverconfig.cs
- ObjectCloneHelper.cs
- StateManagedCollection.cs
- ServiceOperationListItem.cs
- MediaScriptCommandRoutedEventArgs.cs
- OnOperation.cs
- WhitespaceRuleLookup.cs
- BuildProviderUtils.cs
- TableItemProviderWrapper.cs
- StorageFunctionMapping.cs
- MasterPageBuildProvider.cs
- SHA512.cs
- LockedHandleGlyph.cs
- CodeBlockBuilder.cs
- OleDbPermission.cs
- InternalTransaction.cs
- DebugHandleTracker.cs
- _IPv4Address.cs
- TreeNodeClickEventArgs.cs
- TypeDelegator.cs
- DataSourceHelper.cs
- SimpleMailWebEventProvider.cs
- CodeLinePragma.cs
- MsmqProcessProtocolHandler.cs
- IItemProperties.cs
- DataControlButton.cs
- UnsafeNativeMethods.cs
- StreamUpdate.cs
- DataGridViewDataErrorEventArgs.cs
- documentsequencetextview.cs