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
- EditorPart.cs
- BindingNavigatorDesigner.cs
- VirtualPath.cs
- XsdDateTime.cs
- EditingCommands.cs
- LassoHelper.cs
- RequestDescription.cs
- _HelperAsyncResults.cs
- IntSecurity.cs
- CodeDomLocalizationProvider.cs
- SchemaElementDecl.cs
- EvidenceTypeDescriptor.cs
- ReadOnlyDictionary.cs
- KoreanCalendar.cs
- XmlQualifiedName.cs
- XmlNamespaceDeclarationsAttribute.cs
- CodeStatement.cs
- TreeNodeStyleCollection.cs
- FilteredSchemaElementLookUpTable.cs
- EventOpcode.cs
- CssClassPropertyAttribute.cs
- WebColorConverter.cs
- FormsAuthenticationUser.cs
- XpsDocumentEvent.cs
- WindowsListViewGroupHelper.cs
- DesignTimeSiteMapProvider.cs
- CompiledIdentityConstraint.cs
- processwaithandle.cs
- DbConnectionFactory.cs
- assemblycache.cs
- SafeRightsManagementEnvironmentHandle.cs
- IDReferencePropertyAttribute.cs
- Drawing.cs
- embossbitmapeffect.cs
- ArrayWithOffset.cs
- uribuilder.cs
- XmlSerializerVersionAttribute.cs
- DockingAttribute.cs
- _OverlappedAsyncResult.cs
- VersionUtil.cs
- BuildProvider.cs
- CodePrimitiveExpression.cs
- TextBox.cs
- ProfileSettingsCollection.cs
- basevalidator.cs
- CalendarTable.cs
- DataTableTypeConverter.cs
- MappableObjectManager.cs
- XmlBinaryWriter.cs
- StyleHelper.cs
- SettingsPropertyValueCollection.cs
- ControlCachePolicy.cs
- RowToFieldTransformer.cs
- XmlIncludeAttribute.cs
- ScalarConstant.cs
- Int16Converter.cs
- XamlTypeMapper.cs
- PropertyChangedEventManager.cs
- WindowsIPAddress.cs
- PropertyInfoSet.cs
- ProvideValueServiceProvider.cs
- SoapAttributes.cs
- IsolatedStorageFileStream.cs
- webclient.cs
- SizeFConverter.cs
- SpecularMaterial.cs
- DynamicRendererThreadManager.cs
- FlowLayoutPanel.cs
- SchemaEntity.cs
- PriorityChain.cs
- LoginNameDesigner.cs
- ToolstripProfessionalRenderer.cs
- SQLCharsStorage.cs
- CommonRemoteMemoryBlock.cs
- CfgArc.cs
- Attributes.cs
- SessionStateModule.cs
- UnsafeNativeMethods.cs
- Configuration.cs
- Image.cs
- HttpProfileBase.cs
- MainMenu.cs
- WebFormDesignerActionService.cs
- WebPartTransformer.cs
- IncrementalHitTester.cs
- NativeMethods.cs
- DrawingContextDrawingContextWalker.cs
- NotifyIcon.cs
- IntSumAggregationOperator.cs
- TextTabProperties.cs
- ChangePassword.cs
- ObjectParameterCollection.cs
- ResolveMatchesMessage11.cs
- StorageMappingItemLoader.cs
- TypeSchema.cs
- StylusButton.cs
- XPathNodeList.cs
- Util.cs
- ClientBuildManager.cs
- WebBrowserPermission.cs