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
- ResourceReferenceExpressionConverter.cs
- PageCache.cs
- ISCIIEncoding.cs
- SQlBooleanStorage.cs
- DataReceivedEventArgs.cs
- XmlObjectSerializer.cs
- Message.cs
- SelectionPattern.cs
- FileDialog.cs
- ClientTarget.cs
- ZipPackagePart.cs
- RawAppCommandInputReport.cs
- WorkflowDebuggerSteppingAttribute.cs
- ColorBlend.cs
- WebSysDescriptionAttribute.cs
- SimpleTypeResolver.cs
- SafeFindHandle.cs
- OleDbPermission.cs
- PrintPreviewGraphics.cs
- ServiceBehaviorElement.cs
- OracleSqlParser.cs
- ProbeMatchesMessage11.cs
- MarkupCompilePass1.cs
- StylusPointPropertyId.cs
- TextInfo.cs
- PenThread.cs
- ClientScriptManager.cs
- BaseParser.cs
- TextSimpleMarkerProperties.cs
- SoapFormatExtensions.cs
- DataObjectAttribute.cs
- Attachment.cs
- BitStream.cs
- IIS7WorkerRequest.cs
- OverlappedContext.cs
- DependencyPropertyAttribute.cs
- COM2ICategorizePropertiesHandler.cs
- ToolStripSystemRenderer.cs
- PrintPageEvent.cs
- PackageDigitalSignatureManager.cs
- StringTraceRecord.cs
- ContainerSelectorBehavior.cs
- _LoggingObject.cs
- Point4DConverter.cs
- XhtmlConformanceSection.cs
- SelectionChangedEventArgs.cs
- DataKeyCollection.cs
- SecurityKeyIdentifierClause.cs
- Mapping.cs
- WasAdminWrapper.cs
- ToolboxControl.cs
- SoapAttributeAttribute.cs
- PermissionRequestEvidence.cs
- ExpandSegment.cs
- ScriptingSectionGroup.cs
- OracleLob.cs
- IPEndPoint.cs
- IList.cs
- EntityContainer.cs
- TokenBasedSet.cs
- Stacktrace.cs
- RootBrowserWindowProxy.cs
- SmiEventSink_Default.cs
- XmlSchemaType.cs
- EntityDataSourceChangedEventArgs.cs
- DesignerDataConnection.cs
- SmtpNetworkElement.cs
- IRCollection.cs
- SystemInfo.cs
- Trustee.cs
- WebPartAddingEventArgs.cs
- StateRuntime.cs
- DeobfuscatingStream.cs
- SignatureToken.cs
- ProcessHostFactoryHelper.cs
- ImageIndexConverter.cs
- FontCollection.cs
- RawAppCommandInputReport.cs
- CodeBinaryOperatorExpression.cs
- StrokeCollectionConverter.cs
- HitTestFilterBehavior.cs
- Tool.cs
- NodeInfo.cs
- JoinTreeSlot.cs
- QuerySettings.cs
- PropertyTab.cs
- SmtpClient.cs
- MobileControlDesigner.cs
- XmlSchemaCompilationSettings.cs
- FastEncoderWindow.cs
- UrlMappingsSection.cs
- Font.cs
- PreviewKeyDownEventArgs.cs
- SliderAutomationPeer.cs
- PenThread.cs
- NamedElement.cs
- Msmq3PoisonHandler.cs
- Attributes.cs
- DateTimeValueSerializer.cs
- CustomMenuItemCollection.cs