Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / UntrustedRecipientException.cs / 1 / UntrustedRecipientException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that the user specifically chose not to trust this recipient. // internal class UntrustedRecipientException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_UNTRUSTED; public UntrustedRecipientException() : base( HRESULT ) { } public UntrustedRecipientException( string message ) :base( HRESULT, message ) { } public UntrustedRecipientException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected UntrustedRecipientException( 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
- PresentationSource.cs
- HttpHeaderCollection.cs
- Vertex.cs
- ProxyFragment.cs
- BuildResultCache.cs
- IgnoreDeviceFilterElementCollection.cs
- InvalidStoreProtectionKeyException.cs
- StringArrayEditor.cs
- Color.cs
- TreeViewImageIndexConverter.cs
- SslSecurityTokenParameters.cs
- TableLayoutColumnStyleCollection.cs
- UTF32Encoding.cs
- SecurityKeyEntropyMode.cs
- ProjectionCamera.cs
- FormViewDeletedEventArgs.cs
- IgnoreFileBuildProvider.cs
- querybuilder.cs
- CollectionChangeEventArgs.cs
- WebEventCodes.cs
- HostProtectionException.cs
- DbMetaDataColumnNames.cs
- Triplet.cs
- RoutedUICommand.cs
- ProfessionalColors.cs
- ProfilePropertySettingsCollection.cs
- SecurityContextTokenCache.cs
- StaticDataManager.cs
- TraceRecord.cs
- TreeView.cs
- ExceptQueryOperator.cs
- SafeLocalMemHandle.cs
- MSG.cs
- HiddenField.cs
- Serializer.cs
- ColumnClickEvent.cs
- EntityClientCacheKey.cs
- QueryCursorEventArgs.cs
- DynamicResourceExtension.cs
- TypeHelper.cs
- QuestionEventArgs.cs
- SqlInfoMessageEvent.cs
- PseudoWebRequest.cs
- DataSvcMapFileSerializer.cs
- DataControlFieldCollection.cs
- DataSvcMapFileSerializer.cs
- XmlSchema.cs
- StringCollection.cs
- VideoDrawing.cs
- OneOfElement.cs
- SqlConnection.cs
- OpacityConverter.cs
- VectorCollectionConverter.cs
- SqlBuilder.cs
- ListSortDescription.cs
- WindowsScroll.cs
- FontEditor.cs
- BinaryWriter.cs
- HtmlUtf8RawTextWriter.cs
- XpsResourceDictionary.cs
- ApplicationSettingsBase.cs
- EntityKey.cs
- Soap12ServerProtocol.cs
- UnionExpr.cs
- CodeGeneratorAttribute.cs
- CatalogZoneBase.cs
- _ContextAwareResult.cs
- Matrix.cs
- MethodBuilder.cs
- ToolStripContentPanelDesigner.cs
- PreProcessor.cs
- DataBindEngine.cs
- Attributes.cs
- TheQuery.cs
- FixedTextBuilder.cs
- SimpleHandlerBuildProvider.cs
- TextDpi.cs
- InstalledFontCollection.cs
- RubberbandSelector.cs
- OdbcInfoMessageEvent.cs
- AssemblyAttributes.cs
- DbTransaction.cs
- PropertyDescriptor.cs
- FixedTextView.cs
- ToolboxBitmapAttribute.cs
- SmiContextFactory.cs
- PropertyValue.cs
- InternalSafeNativeMethods.cs
- IPipelineRuntime.cs
- XmlSchemas.cs
- DependencyObjectProvider.cs
- SchemaElementDecl.cs
- ClientProtocol.cs
- LinearGradientBrush.cs
- PingOptions.cs
- ErrorRuntimeConfig.cs
- ConnectionManagementElement.cs
- FusionWrap.cs
- ZoneButton.cs
- MetadataItem_Static.cs