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
- VolatileEnlistmentMultiplexing.cs
- ConnectionStringsExpressionBuilder.cs
- InternalConfigSettingsFactory.cs
- AuthenticationServiceManager.cs
- DataGridViewToolTip.cs
- ObjectQueryState.cs
- SimpleBitVector32.cs
- CodeTypeMember.cs
- TextModifier.cs
- BamlReader.cs
- x509utils.cs
- HighlightVisual.cs
- AppDomainProtocolHandler.cs
- Visitors.cs
- ManagementDateTime.cs
- TraceEventCache.cs
- CompositeClientFormatter.cs
- If.cs
- ToolStripItemImageRenderEventArgs.cs
- XsltOutput.cs
- Win32MouseDevice.cs
- LineSegment.cs
- VariableAction.cs
- BaseDataBoundControl.cs
- Registry.cs
- webproxy.cs
- RootNamespaceAttribute.cs
- UndoEngine.cs
- UpdateRecord.cs
- WebPartAuthorizationEventArgs.cs
- XmlNamespaceMapping.cs
- XamlTypeMapperSchemaContext.cs
- LockCookie.cs
- XPathAxisIterator.cs
- ILGenerator.cs
- ViewStateException.cs
- CollectionBase.cs
- QuerySettings.cs
- SamlSubjectStatement.cs
- DrawingContext.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ColumnProvider.cs
- ToolStripEditorManager.cs
- URLMembershipCondition.cs
- InvalidStoreProtectionKeyException.cs
- Equal.cs
- GridViewColumnCollectionChangedEventArgs.cs
- ExpressionHelper.cs
- FileLoadException.cs
- HandlerBase.cs
- SoapExtensionReflector.cs
- XmlQueryStaticData.cs
- PropertyValidationContext.cs
- Point3DAnimationUsingKeyFrames.cs
- TemplateLookupAction.cs
- VersionedStreamOwner.cs
- GetPolicyDetailsRequest.cs
- RegexMatchCollection.cs
- ServiceElementCollection.cs
- InkCanvasSelection.cs
- IISUnsafeMethods.cs
- RenamedEventArgs.cs
- CapacityStreamGeometryContext.cs
- TextMessageEncodingElement.cs
- MachineSettingsSection.cs
- ScriptResourceAttribute.cs
- DataServiceResponse.cs
- FramingFormat.cs
- InterleavedZipPartStream.cs
- SoapInteropTypes.cs
- TypeDelegator.cs
- ListViewItem.cs
- DrawingAttributes.cs
- ItemDragEvent.cs
- IISUnsafeMethods.cs
- FileAuthorizationModule.cs
- GenericTypeParameterBuilder.cs
- FastPropertyAccessor.cs
- RuntimeConfig.cs
- HttpListenerResponse.cs
- ControlCachePolicy.cs
- arclist.cs
- NotFiniteNumberException.cs
- MimePart.cs
- BrowserCapabilitiesCodeGenerator.cs
- WebPartEditVerb.cs
- SqlCacheDependencyDatabaseCollection.cs
- ClientData.cs
- Lasso.cs
- PolyQuadraticBezierSegment.cs
- RemoteWebConfigurationHostServer.cs
- XmlElementAttribute.cs
- RC2CryptoServiceProvider.cs
- NativeMethods.cs
- AccessViolationException.cs
- versioninfo.cs
- RotateTransform.cs
- CodeGenerator.cs
- RemotingException.cs
- GridViewPageEventArgs.cs