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
- DictionaryGlobals.cs
- ElementAction.cs
- DataGridViewElement.cs
- AsymmetricKeyExchangeFormatter.cs
- ServicePointManager.cs
- HandlerFactoryWrapper.cs
- DesignerGenericWebPart.cs
- DataGridViewRowEventArgs.cs
- ListViewSortEventArgs.cs
- InvalidPropValue.cs
- ClockController.cs
- XmlEntityReference.cs
- WebServiceParameterData.cs
- xamlnodes.cs
- Tablet.cs
- HashHelper.cs
- MaskInputRejectedEventArgs.cs
- SqlDeflator.cs
- HelpProvider.cs
- XPathSelectionIterator.cs
- TableItemProviderWrapper.cs
- CollaborationHelperFunctions.cs
- SystemWebSectionGroup.cs
- BatchWriter.cs
- CFGGrammar.cs
- MatrixStack.cs
- DelegatingTypeDescriptionProvider.cs
- ExtensionDataReader.cs
- UIElement.cs
- GatewayDefinition.cs
- EncryptedData.cs
- PlatformCulture.cs
- TimeZoneInfo.cs
- SQLDecimalStorage.cs
- LogReserveAndAppendState.cs
- StateItem.cs
- SynchronizedPool.cs
- DSACryptoServiceProvider.cs
- xsdvalidator.cs
- GrammarBuilderPhrase.cs
- ToolStripActionList.cs
- TextComposition.cs
- WsdlParser.cs
- ColumnClickEvent.cs
- EditorPartChrome.cs
- IPPacketInformation.cs
- ComplexBindingPropertiesAttribute.cs
- PipeStream.cs
- JournalEntry.cs
- CacheMode.cs
- QueryParameter.cs
- WebPartMovingEventArgs.cs
- RegexMatch.cs
- WorkItem.cs
- Win32MouseDevice.cs
- SQLMoneyStorage.cs
- Permission.cs
- TypedReference.cs
- RecipientInfo.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- Membership.cs
- PropertyIDSet.cs
- PrivateFontCollection.cs
- SqlReferenceCollection.cs
- WinEventQueueItem.cs
- DeviceContext2.cs
- ElementHostAutomationPeer.cs
- AssemblyResourceLoader.cs
- DetailsViewDeleteEventArgs.cs
- _NativeSSPI.cs
- System.Data_BID.cs
- EventListenerClientSide.cs
- HelpProvider.cs
- HelpInfo.cs
- EndOfStreamException.cs
- _FtpDataStream.cs
- ListDictionary.cs
- PropertyNames.cs
- Visitors.cs
- PathSegmentCollection.cs
- TemplateControl.cs
- ObjectViewQueryResultData.cs
- ApplicationInfo.cs
- EasingKeyFrames.cs
- ValueSerializerAttribute.cs
- ComponentFactoryHelpers.cs
- HyperLinkDataBindingHandler.cs
- DbConnectionClosed.cs
- JournalEntry.cs
- WindowsIPAddress.cs
- SubMenuStyle.cs
- DispatcherSynchronizationContext.cs
- HierarchicalDataSourceDesigner.cs
- SymbolType.cs
- XmlUTF8TextWriter.cs
- RoleServiceManager.cs
- EpmCustomContentWriterNodeData.cs
- AttachedAnnotation.cs
- NonParentingControl.cs
- Transaction.cs