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
- __FastResourceComparer.cs
- ScriptBehaviorDescriptor.cs
- AuthenticationSection.cs
- WebBrowserBase.cs
- Substitution.cs
- MetadataArtifactLoaderResource.cs
- EventBuilder.cs
- processwaithandle.cs
- IpcChannelHelper.cs
- SystemResourceHost.cs
- LockedHandleGlyph.cs
- ArrayWithOffset.cs
- RenameRuleObjectDialog.cs
- SmtpLoginAuthenticationModule.cs
- ResourceSetExpression.cs
- PeerInvitationResponse.cs
- RuntimeConfig.cs
- EnumValAlphaComparer.cs
- ObjectDataSourceDisposingEventArgs.cs
- SchemaTypeEmitter.cs
- wmiutil.cs
- SupportingTokenDuplexChannel.cs
- HTMLTagNameToTypeMapper.cs
- ObjectConverter.cs
- _NetworkingPerfCounters.cs
- SafeHandles.cs
- SecurityKeyUsage.cs
- SignatureToken.cs
- CheckBox.cs
- HashSet.cs
- NTAccount.cs
- RuntimeVariablesExpression.cs
- XmlSchemaAll.cs
- HttpGetServerProtocol.cs
- WebBrowserProgressChangedEventHandler.cs
- ReadOnlyObservableCollection.cs
- SamlSubjectStatement.cs
- VirtualizedContainerService.cs
- TextEncodedRawTextWriter.cs
- Padding.cs
- ApplicationDirectoryMembershipCondition.cs
- BufferBuilder.cs
- RegexCompiler.cs
- ObjectQuery.cs
- DataFieldConverter.cs
- XmlSerializerNamespaces.cs
- MsdtcWrapper.cs
- RepeatInfo.cs
- OutputCacheModule.cs
- TemplateKey.cs
- ScriptResourceHandler.cs
- ConfigXmlText.cs
- HttpCacheVary.cs
- ArgumentOutOfRangeException.cs
- ButtonBaseAutomationPeer.cs
- RectAnimationBase.cs
- FileAuthorizationModule.cs
- EventLogPermission.cs
- StrongNamePublicKeyBlob.cs
- PagedDataSource.cs
- RelationshipEnd.cs
- UITypeEditor.cs
- ErrorWrapper.cs
- XmlTextReaderImplHelpers.cs
- XPathAncestorIterator.cs
- UIElement3DAutomationPeer.cs
- HtmlWindow.cs
- DNS.cs
- WindowsListViewSubItem.cs
- ControlCachePolicy.cs
- InkCanvasInnerCanvas.cs
- IResourceProvider.cs
- ServiceDescriptionSerializer.cs
- StringExpressionSet.cs
- ClusterUtils.cs
- SqlProvider.cs
- DeferredSelectedIndexReference.cs
- UnsafeNativeMethods.cs
- ToolStripGrip.cs
- DesignerValidationSummaryAdapter.cs
- GradientStop.cs
- PathNode.cs
- StringUtil.cs
- TextChange.cs
- GZipStream.cs
- RowsCopiedEventArgs.cs
- ListViewInsertedEventArgs.cs
- SafeSystemMetrics.cs
- Condition.cs
- TraceXPathNavigator.cs
- XmlNamespaceManager.cs
- DbUpdateCommandTree.cs
- TreeView.cs
- CommentAction.cs
- ImageCodecInfo.cs
- TypedRowGenerator.cs
- DataObjectAttribute.cs
- SearchForVirtualItemEventArgs.cs
- DragDrop.cs
- EntityDataSourceEntityTypeFilterItem.cs