Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / ServiceNotStartedException.cs / 1 / ServiceNotStartedException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; // // Summary // Exception class to indicate that the infocard service has not been started on the system // [Serializable] public class ServiceNotStartedException : System.Exception { public ServiceNotStartedException() : base() { } public ServiceNotStartedException( string message ) : base( message ) { } public ServiceNotStartedException( string message, Exception innerException ) : base( message, innerException ) { } protected ServiceNotStartedException( 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
- CompositionCommandSet.cs
- ByteStreamGeometryContext.cs
- ProxyAssemblyNotLoadedException.cs
- InitializationEventAttribute.cs
- _ContextAwareResult.cs
- DataTableTypeConverter.cs
- InlineCollection.cs
- PropertyGridEditorPart.cs
- TemplateNameScope.cs
- EditorBrowsableAttribute.cs
- ExpressionLexer.cs
- Keywords.cs
- OraclePermission.cs
- MeshGeometry3D.cs
- SelectorAutomationPeer.cs
- PieceNameHelper.cs
- CrossSiteScriptingValidation.cs
- BinaryExpression.cs
- SecurityPermission.cs
- CompilerParameters.cs
- LinqDataView.cs
- dsa.cs
- LinearQuaternionKeyFrame.cs
- Directory.cs
- StateItem.cs
- SiteIdentityPermission.cs
- ParserStack.cs
- DataSourceGeneratorException.cs
- JapaneseLunisolarCalendar.cs
- TextAdaptor.cs
- TokenizerHelper.cs
- CodeCastExpression.cs
- SessionStateContainer.cs
- CompiledQueryCacheKey.cs
- IPAddress.cs
- MsmqIntegrationMessageProperty.cs
- DeflateStream.cs
- smtpconnection.cs
- propertytag.cs
- MailFileEditor.cs
- AssemblyBuilderData.cs
- ObjectManager.cs
- HtmlInputSubmit.cs
- PolyLineSegmentFigureLogic.cs
- TextServicesLoader.cs
- LazyTextWriterCreator.cs
- PreviewKeyDownEventArgs.cs
- DrawItemEvent.cs
- ApplicationHost.cs
- TextTreeFixupNode.cs
- ComponentSerializationService.cs
- Utils.cs
- HierarchicalDataSourceDesigner.cs
- XmlElementList.cs
- SystemEvents.cs
- SimpleLine.cs
- HttpStreamMessage.cs
- ColorConvertedBitmapExtension.cs
- Debugger.cs
- SecureUICommand.cs
- GPStream.cs
- MemberMemberBinding.cs
- MeshGeometry3D.cs
- DataGridViewLinkColumn.cs
- MaxValueConverter.cs
- SurrogateSelector.cs
- RuleInfoComparer.cs
- precedingsibling.cs
- ScriptIgnoreAttribute.cs
- VersionedStream.cs
- Matrix.cs
- XamlBrushSerializer.cs
- AssociatedControlConverter.cs
- EntityDesignerUtils.cs
- XMLSyntaxException.cs
- SecUtil.cs
- ParseHttpDate.cs
- CatalogZone.cs
- IntermediatePolicyValidator.cs
- PrintPreviewGraphics.cs
- EditorZoneBase.cs
- SQLGuidStorage.cs
- AuthenticatedStream.cs
- Menu.cs
- ConnectionManagementElementCollection.cs
- TextSearch.cs
- Annotation.cs
- Msmq4PoisonHandler.cs
- AstNode.cs
- XmlUrlEditor.cs
- InstanceContext.cs
- ElementHost.cs
- RunInstallerAttribute.cs
- MetadataCache.cs
- ScriptMethodAttribute.cs
- ParentQuery.cs
- AppSettingsReader.cs
- ParserContext.cs
- OracleInfoMessageEventArgs.cs
- BindableTemplateBuilder.cs