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
- ParentQuery.cs
- SyndicationDeserializer.cs
- XamlHostingConfiguration.cs
- XamlSerializer.cs
- ScriptRegistrationManager.cs
- CacheMemory.cs
- AuthenticateEventArgs.cs
- BitmapEffectDrawing.cs
- Win32PrintDialog.cs
- BypassElement.cs
- VisualBasic.cs
- IntSecurity.cs
- PeerEndPoint.cs
- WindowManager.cs
- ExportOptions.cs
- Cursor.cs
- SecurityUtils.cs
- TableRowGroup.cs
- SqlDependencyListener.cs
- DesignerUtility.cs
- AuthenticationSchemesHelper.cs
- SortedList.cs
- WindowHideOrCloseTracker.cs
- ExceptionTrace.cs
- Rules.cs
- ColorTransform.cs
- XmlSchemaObject.cs
- XmlDeclaration.cs
- ThaiBuddhistCalendar.cs
- X509ChainPolicy.cs
- GridViewAutomationPeer.cs
- HttpRequestWrapper.cs
- XmlCollation.cs
- BlobPersonalizationState.cs
- HandleValueEditor.cs
- DesignTimeParseData.cs
- FontWeights.cs
- GPPOINTF.cs
- ResourceManagerWrapper.cs
- COSERVERINFO.cs
- TransformerInfo.cs
- WebResponse.cs
- MyContact.cs
- DataGridSortingEventArgs.cs
- EntityClassGenerator.cs
- AddingNewEventArgs.cs
- GraphicsPathIterator.cs
- ConstraintStruct.cs
- ProfileParameter.cs
- SqlParameter.cs
- SimpleBitVector32.cs
- XmlDigitalSignatureProcessor.cs
- RuntimeResourceSet.cs
- LoginCancelEventArgs.cs
- VisualBrush.cs
- WebServiceReceiveDesigner.cs
- DataPagerField.cs
- HitTestParameters.cs
- newinstructionaction.cs
- XmlCompatibilityReader.cs
- EventSchemaTraceListener.cs
- DefaultAutoFieldGenerator.cs
- ImageIndexConverter.cs
- PropertyChangingEventArgs.cs
- AssemblyBuilder.cs
- DataList.cs
- BasicCellRelation.cs
- RegionData.cs
- InProcStateClientManager.cs
- mediaclock.cs
- SqlRecordBuffer.cs
- TypeElement.cs
- x509store.cs
- AdCreatedEventArgs.cs
- WindowsStatic.cs
- M3DUtil.cs
- ContextMenu.cs
- XMLSchema.cs
- DataMisalignedException.cs
- ObjectTag.cs
- RectIndependentAnimationStorage.cs
- QueryContinueDragEvent.cs
- XNodeNavigator.cs
- CharEntityEncoderFallback.cs
- Parameter.cs
- PersonalizationEntry.cs
- BufferModesCollection.cs
- AvTrace.cs
- StreamWriter.cs
- ByteAnimationBase.cs
- RijndaelCryptoServiceProvider.cs
- QuarticEase.cs
- DesignTimeHTMLTextWriter.cs
- MouseCaptureWithinProperty.cs
- _LocalDataStoreMgr.cs
- SuppressMergeCheckAttribute.cs
- DirectoryNotFoundException.cs
- TextFormatterHost.cs
- MonthCalendar.cs
- CollectionChangedEventManager.cs