Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / InvalidStoreProtectionKeyException.cs / 1 / InvalidStoreProtectionKeyException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Specific exception to indicate that the store key used to protect an incoming store was invalid. // internal class InvalidStoreProtectionKeyException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_STOREKEY; public InvalidStoreProtectionKeyException() : base( HRESULT ) { } public InvalidStoreProtectionKeyException( string message ) :base( HRESULT, message ) { } public InvalidStoreProtectionKeyException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected InvalidStoreProtectionKeyException( 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
- BigInt.cs
- SecurityDescriptor.cs
- ResourcePool.cs
- CompensatableTransactionScopeActivityDesigner.cs
- BadImageFormatException.cs
- ProfilePropertySettingsCollection.cs
- SessionEndingEventArgs.cs
- FontWeights.cs
- ImmutableCollection.cs
- filewebrequest.cs
- LineVisual.cs
- DataGridViewTextBoxEditingControl.cs
- IsolationInterop.cs
- TimeSpan.cs
- RelOps.cs
- LineServicesCallbacks.cs
- SchemaImporter.cs
- SqlDuplicator.cs
- XmlAttributeAttribute.cs
- SqlNamer.cs
- GlyphsSerializer.cs
- GridEntryCollection.cs
- DBAsyncResult.cs
- ServiceDurableInstance.cs
- XsdBuilder.cs
- UserInitiatedNavigationPermission.cs
- CryptographicAttribute.cs
- Codec.cs
- RecordsAffectedEventArgs.cs
- PeerResolver.cs
- SettingsSavedEventArgs.cs
- Popup.cs
- FormatterServices.cs
- Helpers.cs
- CollectionTypeElement.cs
- TimeSpanStorage.cs
- SecurityTokenException.cs
- SqlServices.cs
- NumericPagerField.cs
- BindingSourceDesigner.cs
- ProcessProtocolHandler.cs
- DataGridViewControlCollection.cs
- ToolStripButton.cs
- MembershipSection.cs
- ByteBufferPool.cs
- XmlSignificantWhitespace.cs
- ReturnEventArgs.cs
- Membership.cs
- InputBinder.cs
- CapabilitiesState.cs
- ExtensionSimplifierMarkupObject.cs
- ProfileInfo.cs
- RoutingTable.cs
- PointCollectionConverter.cs
- ToolStripLocationCancelEventArgs.cs
- ClientScriptManager.cs
- HandlerFactoryWrapper.cs
- ProcessThread.cs
- RequestCacheValidator.cs
- LinqToSqlWrapper.cs
- DataContractSet.cs
- Panel.cs
- WebPartActionVerb.cs
- MsmqMessageProperty.cs
- CanonicalizationDriver.cs
- GridViewSortEventArgs.cs
- Vars.cs
- _LocalDataStoreMgr.cs
- ListBoxAutomationPeer.cs
- ApplyImportsAction.cs
- VectorValueSerializer.cs
- MembershipPasswordException.cs
- ButtonStandardAdapter.cs
- FocusWithinProperty.cs
- OpCodes.cs
- MgmtResManager.cs
- RemotingServices.cs
- Button.cs
- OdbcHandle.cs
- SyndicationElementExtensionCollection.cs
- CustomCredentialPolicy.cs
- NullableDecimalSumAggregationOperator.cs
- AssemblyGen.cs
- CompositeFontInfo.cs
- ISFTagAndGuidCache.cs
- BamlCollectionHolder.cs
- UnauthorizedWebPart.cs
- Int16Storage.cs
- OrderedEnumerableRowCollection.cs
- PersonalizationState.cs
- AlternateViewCollection.cs
- ResolveNextArgumentWorkItem.cs
- BitStream.cs
- BamlMapTable.cs
- MasterPage.cs
- DerivedKeySecurityTokenStub.cs
- CustomAttributeFormatException.cs
- SafeNativeMethods.cs
- CodeTypeDeclaration.cs
- CodeParameterDeclarationExpression.cs