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
- OracleEncoding.cs
- CharacterHit.cs
- Tokenizer.cs
- DocumentViewer.cs
- DataSourceDesigner.cs
- SystemWebExtensionsSectionGroup.cs
- ContentTextAutomationPeer.cs
- WebResponse.cs
- ImageAttributes.cs
- DynamicEndpoint.cs
- NavigationFailedEventArgs.cs
- XmlNavigatorStack.cs
- PropertyFilter.cs
- Geometry3D.cs
- CustomPopupPlacement.cs
- BitmapSourceSafeMILHandle.cs
- OperationBehaviorAttribute.cs
- OracleConnection.cs
- DataContext.cs
- ServiceModelConfigurationSection.cs
- PolicyException.cs
- PolicyException.cs
- QueryReaderSettings.cs
- TcpTransportElement.cs
- BrowserCapabilitiesFactory.cs
- FixedSOMTableRow.cs
- DetailsView.cs
- UniqueIdentifierService.cs
- _ConnectStream.cs
- EventSinkHelperWriter.cs
- xml.cs
- ComponentChangingEvent.cs
- X509IssuerSerialKeyIdentifierClause.cs
- NegotiateStream.cs
- CreateDataSourceDialog.cs
- WindowPatternIdentifiers.cs
- RubberbandSelector.cs
- PartitionResolver.cs
- DriveInfo.cs
- milrender.cs
- DetailsViewDeleteEventArgs.cs
- CodeGotoStatement.cs
- InputBinding.cs
- FlowLayoutPanel.cs
- SHA1CryptoServiceProvider.cs
- FileLevelControlBuilderAttribute.cs
- Convert.cs
- OraclePermission.cs
- ExceptionUtil.cs
- XmlnsDefinitionAttribute.cs
- PersonalizationStateQuery.cs
- Duration.cs
- CaseExpr.cs
- UndoEngine.cs
- MethodCallConverter.cs
- FontWeightConverter.cs
- CodeEventReferenceExpression.cs
- Baml2006ReaderSettings.cs
- DependencyPropertyConverter.cs
- ExpressionBuilder.cs
- Keywords.cs
- WebServiceHost.cs
- DocumentReferenceCollection.cs
- DataObjectAttribute.cs
- DbDeleteCommandTree.cs
- NavigationService.cs
- XmlSchemaSimpleContentRestriction.cs
- CodeTypeDeclaration.cs
- ContractHandle.cs
- ToolStripPanel.cs
- StylusLogic.cs
- Typography.cs
- DataControlImageButton.cs
- RenamedEventArgs.cs
- BinarySerializer.cs
- ComplexPropertyEntry.cs
- ZeroOpNode.cs
- HttpAsyncResult.cs
- Debug.cs
- SubtreeProcessor.cs
- SessionStateModule.cs
- TextTreeFixupNode.cs
- RowBinding.cs
- GenericsNotImplementedException.cs
- EqualityComparer.cs
- XmlSchemaComplexContentExtension.cs
- ShaderRenderModeValidation.cs
- BindingManagerDataErrorEventArgs.cs
- WindowsTokenRoleProvider.cs
- CodeDelegateCreateExpression.cs
- DataServiceStreamProviderWrapper.cs
- ServiceNameElement.cs
- SqlDataSourceFilteringEventArgs.cs
- HtmlLinkAdapter.cs
- NumericUpDownAcceleration.cs
- BaseParagraph.cs
- DeploymentSection.cs
- DoWhileDesigner.xaml.cs
- DrawToolTipEventArgs.cs
- PaginationProgressEventArgs.cs