Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UIInitializationException.cs / 1 / UIInitializationException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.IdentityModel.Selectors
{
using System;
using System.Runtime.Serialization;
//
// Indicates that the Ui Agent process failed in the initialization stage
// For example during creation of the private desktop.
//
[Serializable]
internal class UIInitializationException : Exception
{
public UIInitializationException()
: base()
{
}
public UIInitializationException( string message )
: base( message )
{
}
public UIInitializationException( string message, Exception innerException )
: base( message, innerException )
{
}
protected UIInitializationException( SerializationInfo info, StreamingContext context )
: base( info, context )
{
}
}
}
// 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
- CodeTypeReferenceExpression.cs
- ObjectConverter.cs
- NativeWindow.cs
- RegexFCD.cs
- ScrollData.cs
- SendActivityDesignerTheme.cs
- XmlWrappingReader.cs
- Crypto.cs
- ChangeDirector.cs
- Label.cs
- HttpConfigurationSystem.cs
- ServiceContractListItemList.cs
- Compensate.cs
- SizeIndependentAnimationStorage.cs
- GridView.cs
- XmlNamedNodeMap.cs
- SpellCheck.cs
- DocumentViewerConstants.cs
- CustomExpression.cs
- Query.cs
- XdrBuilder.cs
- InheritedPropertyChangedEventArgs.cs
- EncodingInfo.cs
- PointValueSerializer.cs
- WindowsPrincipal.cs
- ServiceModelExtensionCollectionElement.cs
- DeferredTextReference.cs
- SingleObjectCollection.cs
- TdsParserSafeHandles.cs
- XmlDownloadManager.cs
- ParentControlDesigner.cs
- WindowsSolidBrush.cs
- AnnotationResourceChangedEventArgs.cs
- XmlTypeMapping.cs
- HttpModuleAction.cs
- DataSetViewSchema.cs
- sqlmetadatafactory.cs
- TextTrailingCharacterEllipsis.cs
- GridViewColumnHeaderAutomationPeer.cs
- PerfCounterSection.cs
- SqlCacheDependencySection.cs
- VisualBasicSettingsConverter.cs
- ConnectionProviderAttribute.cs
- NullableDoubleMinMaxAggregationOperator.cs
- SingleAnimationUsingKeyFrames.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- DataExchangeServiceBinder.cs
- ImpersonateTokenRef.cs
- SponsorHelper.cs
- CFStream.cs
- Site.cs
- LabelEditEvent.cs
- TargetParameterCountException.cs
- DecoderReplacementFallback.cs
- ArithmeticException.cs
- EntityClassGenerator.cs
- Column.cs
- XmlSchemaException.cs
- Pair.cs
- Rect.cs
- SqlFlattener.cs
- DispatcherHooks.cs
- Processor.cs
- DataGridViewElement.cs
- NullableIntAverageAggregationOperator.cs
- SystemException.cs
- LineGeometry.cs
- XmlTextReader.cs
- ReleaseInstanceMode.cs
- NameGenerator.cs
- SQLDecimalStorage.cs
- Pair.cs
- BitmapEffectInput.cs
- PEFileReader.cs
- Function.cs
- IPCCacheManager.cs
- GridViewAutomationPeer.cs
- CommonRemoteMemoryBlock.cs
- MenuCommands.cs
- DataGridViewImageColumn.cs
- HttpListenerRequest.cs
- assertwrapper.cs
- Validator.cs
- ScriptResourceHandler.cs
- UIElementParagraph.cs
- securitymgrsite.cs
- WindowsComboBox.cs
- ACL.cs
- BamlRecordWriter.cs
- WorkflowServiceHostFactory.cs
- ZipPackagePart.cs
- DesignerTextWriter.cs
- GroupItemAutomationPeer.cs
- GeneralTransform3DGroup.cs
- SelectedPathEditor.cs
- Geometry3D.cs
- KerberosTicketHashIdentifierClause.cs
- SerializationInfo.cs
- XmlSiteMapProvider.cs
- FontNamesConverter.cs