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
- _ServiceNameStore.cs
- AssemblyFilter.cs
- Claim.cs
- WrappedIUnknown.cs
- linebase.cs
- HealthMonitoringSection.cs
- COM2ColorConverter.cs
- ArgumentOutOfRangeException.cs
- MetroSerializationManager.cs
- SchemaReference.cs
- _SSPIWrapper.cs
- SignerInfo.cs
- CategoryNameCollection.cs
- ScriptingScriptResourceHandlerSection.cs
- Dynamic.cs
- TextureBrush.cs
- wgx_exports.cs
- SkewTransform.cs
- EnumerableCollectionView.cs
- AuthenticationModulesSection.cs
- TextRange.cs
- TabPanel.cs
- MexNamedPipeBindingCollectionElement.cs
- PresentationTraceSources.cs
- ConfigurationStrings.cs
- StaticFileHandler.cs
- BoundColumn.cs
- LoadMessageLogger.cs
- MouseGestureConverter.cs
- DataControlCommands.cs
- HttpBrowserCapabilitiesBase.cs
- DrawingImage.cs
- Assert.cs
- DbParameterCollectionHelper.cs
- RegexTree.cs
- LogWriteRestartAreaState.cs
- MetricEntry.cs
- DrawListViewItemEventArgs.cs
- WeakReadOnlyCollection.cs
- GACMembershipCondition.cs
- StorageScalarPropertyMapping.cs
- IIS7WorkerRequest.cs
- TraceHandlerErrorFormatter.cs
- Win32MouseDevice.cs
- SessionEndingEventArgs.cs
- FontEmbeddingManager.cs
- TypeResolver.cs
- DropDownButton.cs
- DataGridCellEditEndingEventArgs.cs
- DbConnectionPoolGroupProviderInfo.cs
- WindowsIdentity.cs
- TextTrailingWordEllipsis.cs
- CqlParser.cs
- thaishape.cs
- PropertyInfoSet.cs
- FontStretch.cs
- ZipPackagePart.cs
- PresentationSource.cs
- TileBrush.cs
- SqlCommand.cs
- RegularExpressionValidator.cs
- SymbolEqualComparer.cs
- DetailsViewInsertedEventArgs.cs
- PlatformCulture.cs
- WebPermission.cs
- SafeArrayRankMismatchException.cs
- UserControl.cs
- SessionEndedEventArgs.cs
- SizeConverter.cs
- DataServiceQueryException.cs
- FloaterBaseParaClient.cs
- Metafile.cs
- XmlMemberMapping.cs
- MessagingDescriptionAttribute.cs
- ArgumentNullException.cs
- ConstructorNeedsTagAttribute.cs
- HtmlInputPassword.cs
- securitymgrsite.cs
- Executor.cs
- Bits.cs
- SingleBodyParameterMessageFormatter.cs
- XsltLoader.cs
- GeometryHitTestResult.cs
- PrinterResolution.cs
- ObjectIDGenerator.cs
- CroppedBitmap.cs
- WrappedDispatcherException.cs
- ValidatedMobileControlConverter.cs
- DirectionalLight.cs
- ShaperBuffers.cs
- ContentType.cs
- SafeHGlobalHandleCritical.cs
- CodeAssignStatement.cs
- ButtonColumn.cs
- Filter.cs
- ElementProxy.cs
- MetadataUtilsSmi.cs
- JsonWriter.cs
- WindowsListViewItemCheckBox.cs
- PlainXmlDeserializer.cs