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
- ExtractedStateEntry.cs
- ClientConfigurationHost.cs
- StateWorkerRequest.cs
- ReadOnlyHierarchicalDataSource.cs
- OperatingSystem.cs
- WebControlAdapter.cs
- ItemCheckEvent.cs
- EntityDataSourceContainerNameItem.cs
- OleDbFactory.cs
- DateTimeUtil.cs
- ButtonRenderer.cs
- ExpressionNode.cs
- GridPattern.cs
- shaperfactoryquerycachekey.cs
- AlphabeticalEnumConverter.cs
- ViewKeyConstraint.cs
- InvalidCommandTreeException.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- Constraint.cs
- SessionStateModule.cs
- FontDialog.cs
- StringResourceManager.cs
- InputScopeManager.cs
- EmptyReadOnlyDictionaryInternal.cs
- DuplexSecurityProtocolFactory.cs
- Point3DValueSerializer.cs
- OracleBinary.cs
- TextSimpleMarkerProperties.cs
- ChannelSinkStacks.cs
- MethodBuilder.cs
- StringAnimationUsingKeyFrames.cs
- AxisAngleRotation3D.cs
- DataGridViewLinkCell.cs
- SimpleMailWebEventProvider.cs
- PixelFormatConverter.cs
- FormsAuthenticationUserCollection.cs
- IgnoreDeviceFilterElement.cs
- ColumnResult.cs
- ChannelManager.cs
- StringConverter.cs
- ObjectContextServiceProvider.cs
- SystemInfo.cs
- EventSetterHandlerConverter.cs
- AlternateView.cs
- DataGridViewElement.cs
- TableMethodGenerator.cs
- TextModifierScope.cs
- BaseUriHelper.cs
- RoleManagerSection.cs
- AdditionalEntityFunctions.cs
- SimpleTypesSurrogate.cs
- AssemblyAttributes.cs
- XmlCharCheckingWriter.cs
- AssemblyBuilderData.cs
- XPathSelectionIterator.cs
- AttributedMetaModel.cs
- PrimitiveSchema.cs
- BufferedGraphics.cs
- DataGridAddNewRow.cs
- CompositeDispatchFormatter.cs
- BitmapEffectGeneralTransform.cs
- DataColumnMapping.cs
- BitVector32.cs
- X509PeerCertificateElement.cs
- Module.cs
- XmlAnyElementAttributes.cs
- BuildResultCache.cs
- DataGridTemplateColumn.cs
- Page.cs
- TerminatorSinks.cs
- Matrix3D.cs
- PixelFormat.cs
- HasCopySemanticsAttribute.cs
- ControlAdapter.cs
- AtomServiceDocumentSerializer.cs
- TableNameAttribute.cs
- ViewBase.cs
- PrincipalPermissionMode.cs
- VisemeEventArgs.cs
- RemoteWebConfigurationHostServer.cs
- HttpStreamXmlDictionaryReader.cs
- PanelDesigner.cs
- MoveSizeWinEventHandler.cs
- CaseInsensitiveComparer.cs
- MaterializeFromAtom.cs
- ConfigUtil.cs
- PrivilegeNotHeldException.cs
- PolyLineSegment.cs
- JsonSerializer.cs
- FormViewRow.cs
- Authorization.cs
- login.cs
- CodeGotoStatement.cs
- CatalogZoneBase.cs
- DataGridViewTextBoxEditingControl.cs
- DefaultHttpHandler.cs
- entityreference_tresulttype.cs
- BevelBitmapEffect.cs
- MsmqIntegrationMessageProperty.cs
- FillBehavior.cs