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
- TaskExceptionHolder.cs
- SmtpCommands.cs
- Logging.cs
- Rectangle.cs
- TextFormatterImp.cs
- ImageIndexConverter.cs
- nulltextcontainer.cs
- PingReply.cs
- TypeKeyValue.cs
- RequestBringIntoViewEventArgs.cs
- MetadataItemEmitter.cs
- ParameterCollection.cs
- DataFormats.cs
- RIPEMD160Managed.cs
- DataGridViewCellConverter.cs
- BitmapEffectDrawing.cs
- XmlUTF8TextReader.cs
- HighlightVisual.cs
- SQLGuidStorage.cs
- AssociationTypeEmitter.cs
- DES.cs
- Translator.cs
- TimelineClockCollection.cs
- LinearQuaternionKeyFrame.cs
- ToolStripSystemRenderer.cs
- DataGridTextBoxColumn.cs
- EmptyReadOnlyDictionaryInternal.cs
- WindowsFont.cs
- ConfigXmlSignificantWhitespace.cs
- DebugView.cs
- ClonableStack.cs
- FormsAuthenticationTicket.cs
- XmlDataDocument.cs
- BreakRecordTable.cs
- RichTextBoxConstants.cs
- SqlDataSourceEnumerator.cs
- UserNamePasswordValidationMode.cs
- CollectionChangedEventManager.cs
- AddInDeploymentState.cs
- SizeAnimationBase.cs
- InvokeMethod.cs
- WebPartPersonalization.cs
- safex509handles.cs
- ArrayWithOffset.cs
- SQLString.cs
- StdValidatorsAndConverters.cs
- ContentWrapperAttribute.cs
- FloatAverageAggregationOperator.cs
- VisualBrush.cs
- PerfCounters.cs
- SafeSerializationManager.cs
- SendKeys.cs
- ShaderRenderModeValidation.cs
- WebPartZone.cs
- RemoveFromCollection.cs
- OracleDateTime.cs
- FileVersion.cs
- Int32CollectionConverter.cs
- DataSourceHelper.cs
- WinEventWrap.cs
- ImageButton.cs
- TrackingParticipant.cs
- TextDocumentView.cs
- TakeQueryOptionExpression.cs
- CodeVariableReferenceExpression.cs
- SingleStorage.cs
- ServiceOperation.cs
- DrawingContextWalker.cs
- CodePageEncoding.cs
- MetadataCache.cs
- EntitySqlQueryCacheEntry.cs
- ResourcePart.cs
- XmlSchemaAttribute.cs
- EventLogTraceListener.cs
- BindingCompleteEventArgs.cs
- Sql8ConformanceChecker.cs
- NumberSubstitution.cs
- SerialReceived.cs
- SafeFileMappingHandle.cs
- Pkcs7Signer.cs
- MetaModel.cs
- HtmlDocument.cs
- ZoomingMessageFilter.cs
- ObjectQuery_EntitySqlExtensions.cs
- HandleExceptionArgs.cs
- ListDependantCardsRequest.cs
- FloaterParaClient.cs
- OracleParameterBinding.cs
- SqlDataSourceCommandEventArgs.cs
- CaseInsensitiveHashCodeProvider.cs
- ObjectMemberMapping.cs
- FragmentNavigationEventArgs.cs
- TabRenderer.cs
- XslException.cs
- FilterRepeater.cs
- Misc.cs
- SafeFileHandle.cs
- WindowsGraphicsCacheManager.cs
- DataSourceCacheDurationConverter.cs
- BrowserCapabilitiesCodeGenerator.cs