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
- IncrementalHitTester.cs
- TableParaClient.cs
- ModelPropertyCollectionImpl.cs
- CompilerTypeWithParams.cs
- TextWriterTraceListener.cs
- BitmapEffectDrawingContent.cs
- AccessorTable.cs
- DocumentCollection.cs
- WindowsTooltip.cs
- SecurityTokenProvider.cs
- HttpResponseBase.cs
- SqlDataSourceTableQuery.cs
- ArgumentDesigner.xaml.cs
- CompilerErrorCollection.cs
- ShapingEngine.cs
- ListDictionaryInternal.cs
- TargetPerspective.cs
- AuthenticationServiceManager.cs
- GenericWebPart.cs
- ProjectionRewriter.cs
- CompatibleComparer.cs
- Regex.cs
- ActivityInterfaces.cs
- UInt64.cs
- JsonGlobals.cs
- Window.cs
- SafeEventLogReadHandle.cs
- InternalBase.cs
- NativeCppClassAttribute.cs
- SchemaLookupTable.cs
- PerspectiveCamera.cs
- BitmapEffectDrawingContextState.cs
- BufferedGraphicsManager.cs
- SafeRsaProviderHandle.cs
- documentsequencetextview.cs
- ManagedIStream.cs
- Point3DCollectionValueSerializer.cs
- SoapReflectionImporter.cs
- AddIn.cs
- EdmTypeAttribute.cs
- WsdlHelpGeneratorElement.cs
- GridViewSortEventArgs.cs
- BigInt.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- FactoryMaker.cs
- LockedAssemblyCache.cs
- CompiledAction.cs
- GridViewRowEventArgs.cs
- TextServicesPropertyRanges.cs
- InertiaRotationBehavior.cs
- SequentialUshortCollection.cs
- ObjectDataSourceSelectingEventArgs.cs
- CheckBoxRenderer.cs
- SimpleTextLine.cs
- WebPartEditorOkVerb.cs
- ConcurrentDictionary.cs
- SetIterators.cs
- DataServiceKeyAttribute.cs
- ItemsChangedEventArgs.cs
- InvalidFilterCriteriaException.cs
- NameValueConfigurationCollection.cs
- SegmentInfo.cs
- FilterException.cs
- SqlDuplicator.cs
- ConvertTextFrag.cs
- Lazy.cs
- MessageSecurityOverTcpElement.cs
- SqlWorkflowInstanceStoreLock.cs
- SuppressMessageAttribute.cs
- TextTreeObjectNode.cs
- DocumentApplicationJournalEntry.cs
- sqlinternaltransaction.cs
- MaskedTextProvider.cs
- OdbcErrorCollection.cs
- MessageBox.cs
- RestClientProxyHandler.cs
- RegularExpressionValidator.cs
- MetadataResolver.cs
- SpellerError.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- PropertyChangedEventManager.cs
- EventsTab.cs
- LambdaCompiler.cs
- PageMediaType.cs
- PointValueSerializer.cs
- FloaterParaClient.cs
- XmlCharCheckingReader.cs
- MSAANativeProvider.cs
- ShaperBuffers.cs
- CopyNodeSetAction.cs
- xmlformatgeneratorstatics.cs
- DataGridViewCellEventArgs.cs
- ModuleBuilder.cs
- XmlObjectSerializerContext.cs
- AssemblyNameProxy.cs
- PeerFlooder.cs
- RightNameExpirationInfoPair.cs
- InstanceDataCollection.cs
- DrawingState.cs
- EventProviderBase.cs