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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicRenderer.cs
- XmlSchemaGroup.cs
- FileSecurity.cs
- Cursors.cs
- DeflateEmulationStream.cs
- GlyphingCache.cs
- TrackingMemoryStream.cs
- Documentation.cs
- ServerIdentity.cs
- BitmapEffectCollection.cs
- OracleRowUpdatedEventArgs.cs
- SafeArchiveContext.cs
- DataReceivedEventArgs.cs
- PolicyChain.cs
- SafeFileMappingHandle.cs
- SafeViewOfFileHandle.cs
- SHA1CryptoServiceProvider.cs
- PathGeometry.cs
- InputLanguageManager.cs
- PaintEvent.cs
- XPathBinder.cs
- CalendarData.cs
- PrePostDescendentsWalker.cs
- PerfCounterSection.cs
- CompoundFileStorageReference.cs
- HitTestDrawingContextWalker.cs
- OleDbMetaDataFactory.cs
- RegexReplacement.cs
- MachineKeySection.cs
- DbProviderFactory.cs
- _AuthenticationState.cs
- BoolLiteral.cs
- CallContext.cs
- CodeGenerationManager.cs
- MachineSettingsSection.cs
- HtmlProps.cs
- ApplicationId.cs
- ExpressionNode.cs
- GraphicsContainer.cs
- DispatcherExceptionEventArgs.cs
- ImpersonateTokenRef.cs
- ConfigPathUtility.cs
- RegisteredDisposeScript.cs
- XmlResolver.cs
- QuaternionAnimationBase.cs
- CatalogPart.cs
- SpecialNameAttribute.cs
- SBCSCodePageEncoding.cs
- BinaryReader.cs
- SqlDataSourceCommandEventArgs.cs
- XmlTextEncoder.cs
- PagePropertiesChangingEventArgs.cs
- SqlParameterCollection.cs
- InternalConfigEventArgs.cs
- XslAst.cs
- InvalidFilterCriteriaException.cs
- DefaultMemberAttribute.cs
- AutomationProperty.cs
- cookie.cs
- AspNetPartialTrustHelpers.cs
- MiniModule.cs
- SymbolTable.cs
- CompositeDuplexElement.cs
- QuotedPrintableStream.cs
- SystemWebCachingSectionGroup.cs
- AdPostCacheSubstitution.cs
- CollectionChangeEventArgs.cs
- AddInAttribute.cs
- TreeNodeEventArgs.cs
- BaseDataListPage.cs
- AppSecurityManager.cs
- PageBuildProvider.cs
- FileSystemEventArgs.cs
- ViewCellRelation.cs
- ProjectionCamera.cs
- Image.cs
- ValidateNames.cs
- StorageEndPropertyMapping.cs
- ListViewHitTestInfo.cs
- Parameter.cs
- GeneralTransform3DGroup.cs
- QueryConverter.cs
- DataAdapter.cs
- RowToFieldTransformer.cs
- Command.cs
- RelationshipConstraintValidator.cs
- DataServiceSaveChangesEventArgs.cs
- AdRotator.cs
- ConfigurationStrings.cs
- VisualStateManager.cs
- TagNameToTypeMapper.cs
- MarshalByValueComponent.cs
- DropDownList.cs
- DataGridTablesFactory.cs
- GlobalizationSection.cs
- SchemaNamespaceManager.cs
- DecoderNLS.cs
- Point3DAnimationUsingKeyFrames.cs
- StringPropertyBuilder.cs
- ThreadStaticAttribute.cs