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
- ColorConvertedBitmap.cs
- IndexOutOfRangeException.cs
- HandlerWithFactory.cs
- StandardTransformFactory.cs
- ToolboxComponentsCreatingEventArgs.cs
- ManipulationDevice.cs
- XmlTypeMapping.cs
- JsonFormatWriterGenerator.cs
- Site.cs
- InkCanvasAutomationPeer.cs
- RightsManagementEncryptionTransform.cs
- TreeView.cs
- XsltArgumentList.cs
- ContentPosition.cs
- StyleBamlRecordReader.cs
- DependencyObjectValidator.cs
- UpdatePanel.cs
- XPathNode.cs
- SqlNodeAnnotation.cs
- storepermission.cs
- BuildDependencySet.cs
- ComponentChangedEvent.cs
- xmlsaver.cs
- WebBaseEventKeyComparer.cs
- OuterGlowBitmapEffect.cs
- MembershipAdapter.cs
- StateDesigner.TransitionInfo.cs
- ToolstripProfessionalRenderer.cs
- Boolean.cs
- EventLevel.cs
- ContainerSelectorBehavior.cs
- ProfileSettings.cs
- WebControlParameterProxy.cs
- RIPEMD160Managed.cs
- CompilerWrapper.cs
- RegionData.cs
- ColumnHeaderConverter.cs
- SharedPerformanceCounter.cs
- DbDeleteCommandTree.cs
- NotifyCollectionChangedEventArgs.cs
- TagPrefixAttribute.cs
- addressfiltermode.cs
- InvariantComparer.cs
- ISessionStateStore.cs
- UnicodeEncoding.cs
- HyperLinkField.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- OrderingQueryOperator.cs
- UserNameSecurityTokenAuthenticator.cs
- XPathBuilder.cs
- DWriteFactory.cs
- XmlElement.cs
- Parser.cs
- DetailsViewRow.cs
- SQLMembershipProvider.cs
- PropertyChangingEventArgs.cs
- AvTrace.cs
- ObjectParameter.cs
- SafeCoTaskMem.cs
- DataServiceCollectionOfT.cs
- DataGridCell.cs
- DynamicPropertyReader.cs
- HttpListenerElement.cs
- Group.cs
- PrintDialog.cs
- DataGridPagingPage.cs
- XmlNodeChangedEventManager.cs
- InvalidProgramException.cs
- UserNameSecurityTokenAuthenticator.cs
- BindingSource.cs
- CircleHotSpot.cs
- sqlmetadatafactory.cs
- SymLanguageType.cs
- DoubleAverageAggregationOperator.cs
- Utils.cs
- PropertyTab.cs
- NonSerializedAttribute.cs
- TextContainerHelper.cs
- CompileXomlTask.cs
- QueueProcessor.cs
- FileNotFoundException.cs
- RegexWriter.cs
- LayoutEvent.cs
- SharedPerformanceCounter.cs
- CompositeCollectionView.cs
- HandleCollector.cs
- NameValueConfigurationCollection.cs
- DataGridCellEditEndingEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- Literal.cs
- XmlSchemaSubstitutionGroup.cs
- DeviceContexts.cs
- TagPrefixCollection.cs
- ComponentSerializationService.cs
- XmlBinaryReader.cs
- MobileControlBuilder.cs
- ConfigXmlWhitespace.cs
- WaitHandleCannotBeOpenedException.cs
- IMembershipProvider.cs
- HttpModuleAction.cs