Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / UIAgentInitializationException.cs / 1 / UIAgentInitializationException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Microsoft.InfoCards
{
using System;
using System.Runtime.Serialization;
using Microsoft.InfoCards.Diagnostics;
//
// Indicates that the Ui Agent process failed in the initialization stage
// For example during creation of the private desktop.
//
internal class UIAgentInitializationException : InfoCardBaseException
{
//
// This the code that this exception translates into.
//
const int HRESULT = (int)EventCode.E_ICARD_UI_INITIALIZATION;
public UIAgentInitializationException()
: base( HRESULT )
{
}
protected UIAgentInitializationException( 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
- PrivateFontCollection.cs
- WebPartMovingEventArgs.cs
- ConditionCollection.cs
- AnimationTimeline.cs
- VirtualPathProvider.cs
- XmlHierarchicalEnumerable.cs
- SQLDecimalStorage.cs
- ContentType.cs
- ConfigViewGenerator.cs
- DefaultPropertyAttribute.cs
- ComPlusTypeLoader.cs
- ListBox.cs
- RuntimeConfig.cs
- IsolatedStoragePermission.cs
- EmptyEnumerator.cs
- AutoGeneratedField.cs
- PolicyChain.cs
- WriteTimeStream.cs
- InsufficientMemoryException.cs
- FormCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- LookupBindingPropertiesAttribute.cs
- SerialStream.cs
- AllMembershipCondition.cs
- HttpListener.cs
- ComboBoxAutomationPeer.cs
- ReadOnlyAttribute.cs
- GregorianCalendar.cs
- OracleBinary.cs
- ImmComposition.cs
- ZeroOpNode.cs
- GroupByQueryOperator.cs
- ClientCredentialsSecurityTokenManager.cs
- MetadataPropertyvalue.cs
- DataSourceGroupCollection.cs
- DBCommand.cs
- OdbcRowUpdatingEvent.cs
- OpenTypeLayoutCache.cs
- BaseCodePageEncoding.cs
- PolyLineSegment.cs
- ThreadExceptionEvent.cs
- CodeCatchClause.cs
- TemplateField.cs
- InputScopeConverter.cs
- JulianCalendar.cs
- BooleanSwitch.cs
- XsltInput.cs
- Interop.cs
- TypeDependencyAttribute.cs
- FontDriver.cs
- PerfCounters.cs
- Floater.cs
- HttpHandlerAction.cs
- CodeSubDirectory.cs
- BufferedGraphicsContext.cs
- FormViewRow.cs
- DBConnectionString.cs
- PhysicalAddress.cs
- GACMembershipCondition.cs
- CodeSnippetExpression.cs
- SafeBitVector32.cs
- PriorityRange.cs
- PropertyItem.cs
- CancellationState.cs
- TranslateTransform3D.cs
- InvalidProgramException.cs
- RightsManagementEncryptionTransform.cs
- XmlIlTypeHelper.cs
- ExponentialEase.cs
- XmlSchemaObjectTable.cs
- GeneralTransform.cs
- ElasticEase.cs
- AncillaryOps.cs
- securitymgrsite.cs
- ConnectorSelectionGlyph.cs
- GenericTypeParameterConverter.cs
- ObjectDataSourceMethodEditor.cs
- CustomWebEventKey.cs
- TextSegment.cs
- HtmlControl.cs
- FormatException.cs
- ExtendedPropertyCollection.cs
- SelectionEditor.cs
- SHA1CryptoServiceProvider.cs
- PatternMatcher.cs
- AssignDesigner.xaml.cs
- InputGestureCollection.cs
- PenLineJoinValidation.cs
- SortKey.cs
- BordersPage.cs
- ReadOnlyDictionary.cs
- UnknownBitmapEncoder.cs
- DbConnectionPool.cs
- Effect.cs
- BCryptHashAlgorithm.cs
- XPathScanner.cs
- FlowDocumentScrollViewer.cs
- JulianCalendar.cs
- TrackBar.cs
- OneOfElement.cs