Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ExportException.cs / 1 / ExportException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates there was a problem in the exporting of the data held in the system. // internal class ExportException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_EXPORT; public ExportException() : base( HRESULT ) { } public ExportException( string message ) :base( HRESULT, message ) { } public ExportException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected ExportException( 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
- DesignerPainter.cs
- UIntPtr.cs
- InheritanceAttribute.cs
- DesignerVerbCollection.cs
- GeneralTransformGroup.cs
- OuterGlowBitmapEffect.cs
- Operand.cs
- Expander.cs
- WhitespaceRule.cs
- HelpProvider.cs
- NamespaceCollection.cs
- _ChunkParse.cs
- HyperLinkStyle.cs
- ProfileManager.cs
- DataServiceException.cs
- ViewUtilities.cs
- ProfilePropertyMetadata.cs
- LongValidator.cs
- Matrix3DStack.cs
- ResourceSet.cs
- TcpTransportSecurityElement.cs
- _ShellExpression.cs
- SendAgentStatusRequest.cs
- ReaderWriterLock.cs
- DefaultValueConverter.cs
- ProjectionPruner.cs
- Lock.cs
- LineGeometry.cs
- EmissiveMaterial.cs
- CounterCreationData.cs
- TextDecorationCollection.cs
- SemanticValue.cs
- FlowDocumentPaginator.cs
- DragDropManager.cs
- DoubleAnimationClockResource.cs
- TranslateTransform3D.cs
- FreezableDefaultValueFactory.cs
- SelectionUIHandler.cs
- ListBoxItemAutomationPeer.cs
- ExpressionBuilder.cs
- NameValuePair.cs
- QuaternionAnimationUsingKeyFrames.cs
- MSAAWinEventWrap.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ColorAnimationUsingKeyFrames.cs
- GlobalizationAssembly.cs
- BamlMapTable.cs
- ClosureBinding.cs
- BuildManager.cs
- AudioSignalProblemOccurredEventArgs.cs
- ModuleElement.cs
- AssemblyCollection.cs
- dtdvalidator.cs
- DeferrableContentConverter.cs
- LogLogRecordHeader.cs
- InkCanvas.cs
- CustomAttributeFormatException.cs
- BamlReader.cs
- PersistenceMetadataNamespace.cs
- ToolStripPanelCell.cs
- ObservableDictionary.cs
- OleDbStruct.cs
- DesignerCategoryAttribute.cs
- ClientBase.cs
- Processor.cs
- Overlapped.cs
- ConnectionManagementElement.cs
- WindowsGraphics2.cs
- ResourceDescriptionAttribute.cs
- WebPartZone.cs
- IRCollection.cs
- VisualStyleRenderer.cs
- RepeatInfo.cs
- UserNameSecurityToken.cs
- SoapCodeExporter.cs
- TypeLibConverter.cs
- AnchorEditor.cs
- PackageRelationship.cs
- SpecialTypeDataContract.cs
- TrackBar.cs
- FormDocumentDesigner.cs
- ByteStream.cs
- GrammarBuilderRuleRef.cs
- SqlParameter.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- GeometryGroup.cs
- DataGridColumnCollection.cs
- Keyboard.cs
- FileLogRecord.cs
- JsonStringDataContract.cs
- ConnectionManagementElement.cs
- RegexInterpreter.cs
- PersonalizableTypeEntry.cs
- Convert.cs
- ModuleElement.cs
- EmptyElement.cs
- DataGridTable.cs
- BamlResourceContent.cs
- ToolStripGripRenderEventArgs.cs
- CommandBinding.cs