Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / UnsupportedPolicyOptionsException.cs / 1 / UnsupportedPolicyOptionsException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that incoming policy failed validation. // internal class UnsupportedPolicyOptionsException :InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_UNSUPPORTED; public UnsupportedPolicyOptionsException() : base( HRESULT ) { } public UnsupportedPolicyOptionsException( string message ) : base( HRESULT, message ) { } public UnsupportedPolicyOptionsException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected UnsupportedPolicyOptionsException( 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
- RectangleHotSpot.cs
- HttpCapabilitiesBase.cs
- GridSplitterAutomationPeer.cs
- IPAddressCollection.cs
- AtlasWeb.Designer.cs
- BindingListCollectionView.cs
- _NestedSingleAsyncResult.cs
- TypeConverterAttribute.cs
- BindingExpressionUncommonField.cs
- CallTemplateAction.cs
- SafeNativeMethods.cs
- SspiHelper.cs
- XPathException.cs
- ListBindingHelper.cs
- XPathExpr.cs
- BoolExpressionVisitors.cs
- Pool.cs
- ErasingStroke.cs
- SplitterCancelEvent.cs
- TrackingServices.cs
- VisualTreeUtils.cs
- WebHttpSecurityElement.cs
- FullTextBreakpoint.cs
- DetectRunnableInstancesTask.cs
- WpfPayload.cs
- PathSegmentCollection.cs
- GraphicsPath.cs
- PageCache.cs
- OpenTypeLayout.cs
- dataprotectionpermission.cs
- Span.cs
- BidPrivateBase.cs
- FileLoadException.cs
- BoolExpr.cs
- PriorityChain.cs
- XPathQilFactory.cs
- CodeExporter.cs
- XmlBindingWorker.cs
- TransformCollection.cs
- WindowsStatic.cs
- CodeMemberField.cs
- SafeThreadHandle.cs
- OutputScope.cs
- MultiPropertyDescriptorGridEntry.cs
- CodeBinaryOperatorExpression.cs
- SchemaType.cs
- future.cs
- CodeMethodInvokeExpression.cs
- PropertyIDSet.cs
- AppDomainManager.cs
- ISAPIWorkerRequest.cs
- TimeoutException.cs
- ClientRolePrincipal.cs
- OracleBoolean.cs
- hwndwrapper.cs
- Listbox.cs
- XmlAnyElementAttributes.cs
- NativeMethods.cs
- BulletedList.cs
- ApplyTemplatesAction.cs
- SharedUtils.cs
- SafeRegistryHandle.cs
- DesignerActionListCollection.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- StaticSiteMapProvider.cs
- ChangeProcessor.cs
- HtmlProps.cs
- DeploymentSection.cs
- ReadWriteControlDesigner.cs
- EntitySqlQueryCacheEntry.cs
- JavaScriptSerializer.cs
- XmlAnyAttributeAttribute.cs
- WindowsButton.cs
- TemplateBamlTreeBuilder.cs
- DataControlFieldCell.cs
- InstanceDataCollection.cs
- BigIntegerStorage.cs
- KerberosSecurityTokenProvider.cs
- ProfilePropertyMetadata.cs
- DataGridViewCellStyleBuilderDialog.cs
- InputElement.cs
- EditorPartCollection.cs
- FlowDecisionDesigner.xaml.cs
- Variable.cs
- OdbcConnectionStringbuilder.cs
- StylusPointPropertyId.cs
- SafeThemeHandle.cs
- InputProcessorProfilesLoader.cs
- XPathDocumentIterator.cs
- JavaScriptString.cs
- SamlAuthenticationStatement.cs
- PasswordTextNavigator.cs
- XmlAttributeAttribute.cs
- TextStore.cs
- DataRowCollection.cs
- EmptyStringExpandableObjectConverter.cs
- GroupDescription.cs
- HatchBrush.cs
- TreeViewImageIndexConverter.cs
- PageCache.cs