Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / DataAccessException.cs / 1 / DataAccessException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that there was a problem accessing the data inside the infocard store // internal class DataAccessException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_DATA_ACCESS; public DataAccessException() : base( HRESULT ) { } public DataAccessException( string message ) :base( HRESULT, message ) { } public DataAccessException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected DataAccessException( 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
- SchemaTypeEmitter.cs
- Parallel.cs
- Trigger.cs
- CallbackDebugElement.cs
- WsatConfiguration.cs
- SqlCharStream.cs
- UniqueIdentifierService.cs
- EntityViewGenerationAttribute.cs
- SplitterCancelEvent.cs
- WebConfigurationHost.cs
- UnsafeMethods.cs
- OutputCacheProviderCollection.cs
- SimpleLine.cs
- Pkcs9Attribute.cs
- VirtualPath.cs
- Animatable.cs
- ClientRuntimeConfig.cs
- PlanCompiler.cs
- ToolboxComponentsCreatingEventArgs.cs
- ControlsConfig.cs
- TextModifier.cs
- BuildDependencySet.cs
- ModifiableIteratorCollection.cs
- ResetableIterator.cs
- UriSchemeKeyedCollection.cs
- EdmSchemaError.cs
- MessageCredentialType.cs
- sitestring.cs
- XmlEntity.cs
- JsonWriterDelegator.cs
- Helpers.cs
- SplitContainer.cs
- DataBindEngine.cs
- Durable.cs
- LinqDataSourceSelectEventArgs.cs
- DocumentXPathNavigator.cs
- HostAdapter.cs
- SizeAnimationClockResource.cs
- TraceContextRecord.cs
- SqlCachedBuffer.cs
- CqlParserHelpers.cs
- MiniModule.cs
- EventListenerClientSide.cs
- DataGridViewCellLinkedList.cs
- SqlClientFactory.cs
- WebPartsPersonalizationAuthorization.cs
- ParameterExpression.cs
- DataRow.cs
- XPathNavigatorKeyComparer.cs
- CodeGenHelper.cs
- KeyToListMap.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- GeometryDrawing.cs
- DocumentViewerBaseAutomationPeer.cs
- RewritingProcessor.cs
- UInt32Storage.cs
- DataRelationCollection.cs
- MenuEventArgs.cs
- ProtocolsConfigurationEntry.cs
- TextEffect.cs
- FormatException.cs
- ToolZone.cs
- FilterQuery.cs
- AddressUtility.cs
- DataServiceCollectionOfT.cs
- SelectionEditingBehavior.cs
- TiffBitmapDecoder.cs
- DesignTimeParseData.cs
- ImageDrawing.cs
- TypeDescriptionProvider.cs
- ListBindableAttribute.cs
- CmsUtils.cs
- GraphicsPath.cs
- GroupBox.cs
- StringUtil.cs
- DnsPermission.cs
- MaterialGroup.cs
- WebPageTraceListener.cs
- ContainerUtilities.cs
- ColumnMapTranslator.cs
- DataGridViewCellPaintingEventArgs.cs
- StandardBindingOptionalReliableSessionElement.cs
- DataRecord.cs
- MustUnderstandSoapException.cs
- UIElementHelper.cs
- DeflateEmulationStream.cs
- XmlSchemaComplexType.cs
- CommonDialog.cs
- StrongNameIdentityPermission.cs
- ProtocolElementCollection.cs
- RenderData.cs
- UTF32Encoding.cs
- BindUriHelper.cs
- RadioButtonPopupAdapter.cs
- TraceContext.cs
- PreDigestedSignedInfo.cs
- SpStreamWrapper.cs
- DllNotFoundException.cs
- IisTraceListener.cs
- ContextMenuStripGroupCollection.cs