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
- EntitySetBaseCollection.cs
- JsonXmlDataContract.cs
- HwndProxyElementProvider.cs
- CollectionsUtil.cs
- AnimationClock.cs
- Crc32.cs
- Misc.cs
- EndpointAddressProcessor.cs
- WebExceptionStatus.cs
- BoundPropertyEntry.cs
- Type.cs
- SystemThemeKey.cs
- DesignBindingPropertyDescriptor.cs
- TextTreeDeleteContentUndoUnit.cs
- BitmapMetadata.cs
- CompositeScriptReference.cs
- TextServicesLoader.cs
- ObjectViewEntityCollectionData.cs
- FlowDocumentReaderAutomationPeer.cs
- PointCollectionConverter.cs
- DeviceContext2.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- PersonalizableTypeEntry.cs
- CommentAction.cs
- Binding.cs
- StoragePropertyMapping.cs
- EventProviderWriter.cs
- COM2FontConverter.cs
- ParameterCollectionEditor.cs
- PrintEvent.cs
- ProgressPage.cs
- HtmlTableCell.cs
- FormViewDeletedEventArgs.cs
- DomainConstraint.cs
- OptimalTextSource.cs
- GreenMethods.cs
- FormViewDeletedEventArgs.cs
- ByteStreamMessage.cs
- ParallelTimeline.cs
- SQLSingleStorage.cs
- GregorianCalendarHelper.cs
- PackageController.cs
- BoundsDrawingContextWalker.cs
- CompensationHandlingFilter.cs
- LinkClickEvent.cs
- ListBindingConverter.cs
- XmlnsDefinitionAttribute.cs
- XmlReaderDelegator.cs
- SortKey.cs
- ValidationErrorInfo.cs
- DependencyObjectProvider.cs
- AspNetPartialTrustHelpers.cs
- InheritanceUI.cs
- ColorConverter.cs
- OletxResourceManager.cs
- NavigationHelper.cs
- ToolboxComponentsCreatedEventArgs.cs
- SerializationEventsCache.cs
- RequestSecurityTokenResponseCollection.cs
- CuspData.cs
- VoiceSynthesis.cs
- AffineTransform3D.cs
- CacheAxisQuery.cs
- OleStrCAMarshaler.cs
- SymLanguageType.cs
- InternalConfigEventArgs.cs
- EntityDataReader.cs
- UpDownBaseDesigner.cs
- StructureChangedEventArgs.cs
- RTLAwareMessageBox.cs
- UInt64.cs
- ProfilePropertyNameValidator.cs
- TraversalRequest.cs
- SqlVersion.cs
- DispatcherEventArgs.cs
- MessagingActivityHelper.cs
- CheckBox.cs
- ControlUtil.cs
- UniqueIdentifierService.cs
- InstanceNameConverter.cs
- NameSpaceEvent.cs
- UIElementHelper.cs
- IFlowDocumentViewer.cs
- MatrixUtil.cs
- ServiceControllerDesigner.cs
- DataViewManagerListItemTypeDescriptor.cs
- ColorPalette.cs
- ServiceReference.cs
- ObjectHelper.cs
- LinkDescriptor.cs
- LocalizationParserHooks.cs
- SchemaNamespaceManager.cs
- Pts.cs
- Errors.cs
- BitmapEffectRenderDataResource.cs
- ReplyChannelBinder.cs
- PropertyMetadata.cs
- StoragePropertyMapping.cs
- GridSplitterAutomationPeer.cs
- RouteUrlExpressionBuilder.cs