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
- TimeSpanValidatorAttribute.cs
- HtmlInputRadioButton.cs
- TextFragmentEngine.cs
- Emitter.cs
- TextBox.cs
- CodeAccessSecurityEngine.cs
- ButtonFieldBase.cs
- AlignmentYValidation.cs
- RowUpdatingEventArgs.cs
- PolicyLevel.cs
- Menu.cs
- WeakRefEnumerator.cs
- PreloadedPackages.cs
- SqlReferenceCollection.cs
- CodeStatement.cs
- TemplateInstanceAttribute.cs
- ProfileSettings.cs
- ACL.cs
- CacheChildrenQuery.cs
- BufferModesCollection.cs
- ScrollBar.cs
- TableColumn.cs
- CellConstant.cs
- BaseCodePageEncoding.cs
- BridgeDataRecord.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- HwndSubclass.cs
- EventLogEntry.cs
- WeakHashtable.cs
- FigureHelper.cs
- SystemBrushes.cs
- DeliveryStrategy.cs
- CorrelationActionMessageFilter.cs
- MemberNameValidator.cs
- DoWorkEventArgs.cs
- WorkflowServiceHostFactory.cs
- EventItfInfo.cs
- EntityViewContainer.cs
- ResourceWriter.cs
- ButtonStandardAdapter.cs
- StructuralComparisons.cs
- _ChunkParse.cs
- RenderOptions.cs
- GridViewRow.cs
- IgnoreSectionHandler.cs
- EnumUnknown.cs
- GraphicsPathIterator.cs
- TraceFilter.cs
- XComponentModel.cs
- DataGridViewRowPostPaintEventArgs.cs
- ConsumerConnectionPoint.cs
- Stackframe.cs
- ProfileGroupSettingsCollection.cs
- DataException.cs
- ParallelTimeline.cs
- TypeGenericEnumerableViewSchema.cs
- ConfigsHelper.cs
- XomlCompilerResults.cs
- TypeToArgumentTypeConverter.cs
- FaultConverter.cs
- DataGridColumnHeaderAutomationPeer.cs
- Content.cs
- SmtpFailedRecipientException.cs
- DataGridViewButtonCell.cs
- Privilege.cs
- BooleanExpr.cs
- BypassElementCollection.cs
- TypeElement.cs
- MatrixConverter.cs
- LeaseManager.cs
- PatternMatcher.cs
- JsonDeserializer.cs
- ToolBarButton.cs
- ScriptingAuthenticationServiceSection.cs
- InvalidOperationException.cs
- DateRangeEvent.cs
- OneWayBindingElementImporter.cs
- StylusButtonEventArgs.cs
- ToolStripArrowRenderEventArgs.cs
- CodeTypeMemberCollection.cs
- NativeMethods.cs
- QilReplaceVisitor.cs
- TreeViewImageIndexConverter.cs
- PolyQuadraticBezierSegment.cs
- TargetControlTypeAttribute.cs
- ForEachAction.cs
- ReturnValue.cs
- RelatedCurrencyManager.cs
- SettingsProviderCollection.cs
- Int64AnimationBase.cs
- EntityContainerEntitySet.cs
- ZipFileInfo.cs
- templategroup.cs
- DynamicResourceExtension.cs
- TypedTableGenerator.cs
- ProcessThread.cs
- ConnectionStringSettings.cs
- ConditionCollection.cs
- CommonDialog.cs
- PointCollectionValueSerializer.cs