Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / UIInitializationException.cs / 1305376 / 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. //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MessageBox.cs
- EpmSyndicationContentSerializer.cs
- DataGridViewTopRowAccessibleObject.cs
- TextOutput.cs
- SerializationStore.cs
- FixedSOMImage.cs
- InternalControlCollection.cs
- ParenthesizePropertyNameAttribute.cs
- WorkflowLayouts.cs
- SignatureDescription.cs
- HostingPreferredMapPath.cs
- MemberProjectionIndex.cs
- BufferBuilder.cs
- DataViewListener.cs
- EventLogException.cs
- DataGridViewCellCancelEventArgs.cs
- X509ThumbprintKeyIdentifierClause.cs
- EntityAdapter.cs
- Transform3DGroup.cs
- InfiniteTimeSpanConverter.cs
- PostBackOptions.cs
- dbdatarecord.cs
- StringDictionaryEditor.cs
- RtfToXamlLexer.cs
- LocatorPart.cs
- SqlNodeTypeOperators.cs
- MetaModel.cs
- XmlILIndex.cs
- UriTemplateCompoundPathSegment.cs
- TemplateParser.cs
- WithParamAction.cs
- UnauthorizedAccessException.cs
- TreeViewBindingsEditorForm.cs
- PrimaryKeyTypeConverter.cs
- FacetEnabledSchemaElement.cs
- Selector.cs
- XmlRawWriterWrapper.cs
- BreakRecordTable.cs
- Size.cs
- DataPagerFieldCommandEventArgs.cs
- ProfilePropertySettingsCollection.cs
- StorageInfo.cs
- ContentOperations.cs
- xsdvalidator.cs
- ResXResourceSet.cs
- DataColumn.cs
- LogoValidationException.cs
- CryptoApi.cs
- InstanceData.cs
- Scripts.cs
- DataTransferEventArgs.cs
- DurableOperationAttribute.cs
- MethodRental.cs
- RelatedCurrencyManager.cs
- TextAdaptor.cs
- RelatedCurrencyManager.cs
- TabControl.cs
- Byte.cs
- CodeExporter.cs
- HttpModuleCollection.cs
- BookmarkUndoUnit.cs
- SqlBooleanMismatchVisitor.cs
- CodeParameterDeclarationExpression.cs
- ToggleButtonAutomationPeer.cs
- TagNameToTypeMapper.cs
- MemberHolder.cs
- XmlCharType.cs
- SplashScreen.cs
- AnimationTimeline.cs
- _ListenerAsyncResult.cs
- RuleInfoComparer.cs
- FixedDSBuilder.cs
- PreservationFileReader.cs
- dbdatarecord.cs
- KeyEvent.cs
- PassportIdentity.cs
- Model3DGroup.cs
- QueryStringParameter.cs
- DataViewSetting.cs
- CopyAction.cs
- EdmTypeAttribute.cs
- documentsequencetextcontainer.cs
- WindowsStatusBar.cs
- NetPeerTcpBindingElement.cs
- ImportCatalogPart.cs
- UInt16Storage.cs
- ListViewGroupConverter.cs
- InvokeGenerator.cs
- SqlEnums.cs
- BaseParser.cs
- ProcessProtocolHandler.cs
- Code.cs
- XamlPoint3DCollectionSerializer.cs
- DocumentSchemaValidator.cs
- Models.cs
- RelationshipConstraintValidator.cs
- SByte.cs
- SamlSubjectStatement.cs
- DataGridLinkButton.cs
- ProgressBarRenderer.cs