Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / FileAccessException.cs / 1 / FileAccessException.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 either a problem opening teh file or accessing the data in it // internal class FileAccessException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_FILE_ACCESS; public FileAccessException() : base( HRESULT ) { } public FileAccessException( string message ) :base( HRESULT, message ) { } public FileAccessException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected FileAccessException( 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
- ToolStripTextBox.cs
- TrackingProfileCache.cs
- UpdateCompiler.cs
- Int16.cs
- PropertyState.cs
- FontWeights.cs
- WebBrowserBase.cs
- DependencyPropertyDescriptor.cs
- DataGridPageChangedEventArgs.cs
- DataDocumentXPathNavigator.cs
- TargetException.cs
- OrderedDictionary.cs
- ConnectionProviderAttribute.cs
- RegexCode.cs
- NavigationProperty.cs
- StringConverter.cs
- RuntimeConfigLKG.cs
- SQLByte.cs
- Property.cs
- BufferedGraphicsContext.cs
- OdbcConnectionPoolProviderInfo.cs
- AbstractSvcMapFileLoader.cs
- HwndHost.cs
- XmlSerializationReader.cs
- XmlCustomFormatter.cs
- uribuilder.cs
- JavaScriptString.cs
- AnnotationStore.cs
- ExceptionHelpers.cs
- AssemblyLoader.cs
- SettingsProviderCollection.cs
- DesignBindingEditor.cs
- PropertyInfoSet.cs
- SignatureToken.cs
- FormCollection.cs
- WorkflowInstanceExtensionManager.cs
- EditorZoneDesigner.cs
- FlowDocumentReaderAutomationPeer.cs
- BinaryNegotiation.cs
- XamlTypeMapper.cs
- EntitySetBase.cs
- SecurityChannelFaultConverter.cs
- XPathChildIterator.cs
- IItemContainerGenerator.cs
- Menu.cs
- InstanceStoreQueryResult.cs
- MutexSecurity.cs
- XmlChildEnumerator.cs
- XPathNavigatorReader.cs
- HtmlButton.cs
- ParseNumbers.cs
- DetailsViewPagerRow.cs
- DataGridTablesFactory.cs
- XmlSyndicationContent.cs
- SoapFormatter.cs
- CustomErrorCollection.cs
- ContextQuery.cs
- ValueChangedEventManager.cs
- FlowLayout.cs
- XsltFunctions.cs
- CheckedPointers.cs
- DefaultPrintController.cs
- GeneratedContractType.cs
- DesignTimeVisibleAttribute.cs
- ISAPIApplicationHost.cs
- JavaScriptObjectDeserializer.cs
- WinFormsSpinner.cs
- AtomContentProperty.cs
- ProcessInfo.cs
- PtsHost.cs
- PageHandlerFactory.cs
- WindowsSolidBrush.cs
- ICspAsymmetricAlgorithm.cs
- ThreadExceptionEvent.cs
- ModuleElement.cs
- PermissionSetEnumerator.cs
- SqlRecordBuffer.cs
- ProgressChangedEventArgs.cs
- UrlMappingsSection.cs
- ModelPerspective.cs
- CompilationAssemblyInstallComponent.cs
- AmbientLight.cs
- DetailsViewRowCollection.cs
- RangeEnumerable.cs
- ServicePoint.cs
- GlyphRunDrawing.cs
- HyperLinkField.cs
- DataRow.cs
- DirectionalLight.cs
- ApplicationDirectoryMembershipCondition.cs
- AccessKeyManager.cs
- EvidenceTypeDescriptor.cs
- ScriptControlDescriptor.cs
- WebPartZoneAutoFormat.cs
- FacetValueContainer.cs
- MsmqIntegrationReceiveParameters.cs
- VisualStates.cs
- DataViewSettingCollection.cs
- DiscardableAttribute.cs
- AnimationClockResource.cs