Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / FailedToStartupUIException.cs / 1 / FailedToStartupUIException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Microsoft.InfoCards
{
using System;
using System.Runtime.Serialization;
using Microsoft.InfoCards.Diagnostics;
//
// Indicates that the infocard service could not be accessed.
//
internal class FailedToStartupUIException : InfoCardBaseException
{
//
// This the code that this exception translates into.
//
const int HRESULT = (int)EventCode.E_ICARD_FAILEDUISTART;
public FailedToStartupUIException()
: base( HRESULT )
{
}
public FailedToStartupUIException( string message, Exception inner )
: base( HRESULT, message, inner )
{
}
protected FailedToStartupUIException( 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
- ThreadInterruptedException.cs
- ServiceMetadataContractBehavior.cs
- Bidi.cs
- Identity.cs
- GridProviderWrapper.cs
- MasterPage.cs
- Substitution.cs
- UserPersonalizationStateInfo.cs
- KeyValuePairs.cs
- Int32AnimationBase.cs
- OptimalTextSource.cs
- Point3DCollection.cs
- SectionVisual.cs
- LayoutInformation.cs
- COAUTHINFO.cs
- HtmlLink.cs
- XmlImplementation.cs
- XmlCodeExporter.cs
- XmlDictionaryReaderQuotas.cs
- Triplet.cs
- MobileUserControlDesigner.cs
- DateTimeStorage.cs
- PropertyItem.cs
- DataGridToolTip.cs
- TypeInfo.cs
- Stroke2.cs
- OciHandle.cs
- TypeHelpers.cs
- EmptyCollection.cs
- DesignConnectionCollection.cs
- BamlResourceDeserializer.cs
- SqlUnionizer.cs
- TcpTransportSecurityElement.cs
- SafeNativeMethods.cs
- LayoutTableCell.cs
- StrokeNode.cs
- StructuredTypeInfo.cs
- COM2ExtendedTypeConverter.cs
- ThreadAbortException.cs
- StreamingContext.cs
- TextBlockAutomationPeer.cs
- MergeLocalizationDirectives.cs
- ToolStripSplitStackLayout.cs
- SqlSelectStatement.cs
- XmlSchemaSimpleTypeUnion.cs
- NavigationFailedEventArgs.cs
- PrimitiveOperationFormatter.cs
- ConvertTextFrag.cs
- WindowsProgressbar.cs
- EnvironmentPermission.cs
- XmlElementAttribute.cs
- OAVariantLib.cs
- KnownAssembliesSet.cs
- TrackingCondition.cs
- InternalBase.cs
- Visual3DCollection.cs
- CatalogPart.cs
- Exceptions.cs
- objectresult_tresulttype.cs
- BitmapCacheBrush.cs
- PathFigureCollectionValueSerializer.cs
- BidPrivateBase.cs
- x509store.cs
- DashStyle.cs
- MemberAccessException.cs
- PrePostDescendentsWalker.cs
- ExceptionUtil.cs
- ObjectViewListener.cs
- ZeroOpNode.cs
- DES.cs
- DrawingDrawingContext.cs
- ObjRef.cs
- PointF.cs
- AttributeAction.cs
- FrugalMap.cs
- PropertyIDSet.cs
- DbMetaDataColumnNames.cs
- SqlBinder.cs
- DataBindingExpressionBuilder.cs
- KeyToListMap.cs
- PageThemeCodeDomTreeGenerator.cs
- ByteStreamBufferedMessageData.cs
- DataSpaceManager.cs
- TableLayoutStyle.cs
- altserialization.cs
- SqlExpressionNullability.cs
- RichTextBoxContextMenu.cs
- WebPartZoneAutoFormat.cs
- EndOfStreamException.cs
- TextBoxAutomationPeer.cs
- DateTime.cs
- GlyphingCache.cs
- GridItemPattern.cs
- Odbc32.cs
- MailMessageEventArgs.cs
- IndexOutOfRangeException.cs
- ConditionedDesigner.cs
- LineServices.cs
- TextTreeUndoUnit.cs
- ToolStripDropTargetManager.cs