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
- HtmlInputControl.cs
- TryExpression.cs
- ExpressionConverter.cs
- OracleInternalConnection.cs
- securitycriticaldataClass.cs
- ElementAction.cs
- DataTable.cs
- HwndMouseInputProvider.cs
- Style.cs
- GZipStream.cs
- TypeElement.cs
- BitmapMetadataEnumerator.cs
- XmlCharacterData.cs
- Formatter.cs
- RectAnimation.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- GridPattern.cs
- ProcessHostConfigUtils.cs
- TerminatorSinks.cs
- Cursors.cs
- URIFormatException.cs
- CrossAppDomainChannel.cs
- RunInstallerAttribute.cs
- BrowserInteropHelper.cs
- IgnoreFlushAndCloseStream.cs
- ValueType.cs
- EnumConverter.cs
- AssemblyAttributes.cs
- CustomErrorCollection.cs
- DataGridRowsPresenter.cs
- WindowsStatic.cs
- TypeDescriptor.cs
- EntitySetBaseCollection.cs
- StoreItemCollection.cs
- JournalEntry.cs
- OdbcRowUpdatingEvent.cs
- XmlComment.cs
- ReadOnlyPermissionSet.cs
- PropertyGeneratedEventArgs.cs
- EmbossBitmapEffect.cs
- ArithmeticLiteral.cs
- WindowsToolbar.cs
- LicenseProviderAttribute.cs
- EdgeProfileValidation.cs
- HtmlLink.cs
- SecureUICommand.cs
- Span.cs
- ObjectDataSourceSelectingEventArgs.cs
- TabControlAutomationPeer.cs
- MultiBinding.cs
- KnownTypeAttribute.cs
- OrthographicCamera.cs
- columnmapfactory.cs
- AsyncOperationContext.cs
- SqlClientWrapperSmiStream.cs
- CompiledRegexRunner.cs
- CryptoHandle.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- WeakReferenceEnumerator.cs
- XmlIlGenerator.cs
- ToolStripDropDownClosedEventArgs.cs
- WarningException.cs
- ProgressiveCrcCalculatingStream.cs
- CfgArc.cs
- EntityTypeEmitter.cs
- DetailsViewRowCollection.cs
- ErrorLog.cs
- PageBorderless.cs
- InvalidWorkflowException.cs
- EncryptedXml.cs
- ServiceOperationParameter.cs
- IntegrationExceptionEventArgs.cs
- RenameRuleObjectDialog.Designer.cs
- AttributeXamlType.cs
- SoapReflector.cs
- SerializationSectionGroup.cs
- _NetworkingPerfCounters.cs
- GlobalizationSection.cs
- BinaryWriter.cs
- ListDictionaryInternal.cs
- FontFamilyValueSerializer.cs
- ConstructorNeedsTagAttribute.cs
- ModuleBuilderData.cs
- TreeNodeEventArgs.cs
- HostingEnvironmentSection.cs
- ServicePerformanceCounters.cs
- XmlEntityReference.cs
- SettingsProperty.cs
- ActivityDesignerLayoutSerializers.cs
- TabControlEvent.cs
- CancellationState.cs
- TextFormatterImp.cs
- CompositeDataBoundControl.cs
- Timer.cs
- HttpRuntimeSection.cs
- WebPartCatalogAddVerb.cs
- SamlSubject.cs
- EntitySqlQueryCacheKey.cs
- ProvidersHelper.cs
- CatalogPart.cs