Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / StsCommunicationException.cs / 1305376 / StsCommunicationException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.Serialization; // // Summary // Wraps exceptions thrown during the request security token process. // [Serializable] public class StsCommunicationException : System.Exception { public StsCommunicationException() : base() { } public StsCommunicationException( string message ) : base( message ) { } public StsCommunicationException( string message, Exception innerException ) : base( message, innerException ) { } protected StsCommunicationException( 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 // Wraps exceptions thrown during the request security token process. // [Serializable] public class StsCommunicationException : System.Exception { public StsCommunicationException() : base() { } public StsCommunicationException( string message ) : base( message ) { } public StsCommunicationException( string message, Exception innerException ) : base( message, innerException ) { } protected StsCommunicationException( 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
- HostAdapter.cs
- TdsParserHelperClasses.cs
- DataListAutoFormat.cs
- WindowsComboBox.cs
- HotCommands.cs
- VBIdentifierName.cs
- XmlNavigatorFilter.cs
- ProfilePropertyNameValidator.cs
- Delegate.cs
- DataGridViewCellValidatingEventArgs.cs
- Documentation.cs
- DocumentViewerHelper.cs
- WebPartManagerInternals.cs
- Literal.cs
- DefaultSerializationProviderAttribute.cs
- XmlArrayAttribute.cs
- ContextProperty.cs
- FileIOPermission.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- EncryptedData.cs
- ManifestResourceInfo.cs
- InkCanvasSelection.cs
- XhtmlBasicObjectListAdapter.cs
- NullableConverter.cs
- ResXBuildProvider.cs
- RepeaterCommandEventArgs.cs
- HelpKeywordAttribute.cs
- CompModSwitches.cs
- OleStrCAMarshaler.cs
- UntypedNullExpression.cs
- Canvas.cs
- DataGridView.cs
- MemoryStream.cs
- SocketElement.cs
- HelpKeywordAttribute.cs
- SourceInterpreter.cs
- CompModSwitches.cs
- RelationHandler.cs
- ClientTarget.cs
- ZipIOLocalFileBlock.cs
- Keyboard.cs
- webproxy.cs
- ConfigUtil.cs
- ObjectQueryProvider.cs
- PlainXmlWriter.cs
- OverlappedAsyncResult.cs
- DataObject.cs
- CompiledRegexRunner.cs
- DesignerResources.cs
- SharedConnectionInfo.cs
- HttpRequest.cs
- ListCommandEventArgs.cs
- Identifier.cs
- MailMessage.cs
- InlineUIContainer.cs
- PageParser.cs
- GB18030Encoding.cs
- DoubleMinMaxAggregationOperator.cs
- InstallerTypeAttribute.cs
- ArgumentNullException.cs
- StructuralType.cs
- TextEditorTyping.cs
- DateTime.cs
- ChangesetResponse.cs
- FieldBuilder.cs
- DataGridBoundColumn.cs
- XmlAttributes.cs
- Coordinator.cs
- WebPartEditVerb.cs
- SelectedDatesCollection.cs
- MetadataItem.cs
- CombinedTcpChannel.cs
- DBNull.cs
- OutputCacheProfileCollection.cs
- SectionVisual.cs
- ContextBase.cs
- ColorIndependentAnimationStorage.cs
- XmlBinaryWriter.cs
- TimeSpanStorage.cs
- SafeSecurityHandles.cs
- NetNamedPipeBinding.cs
- Command.cs
- KeyInfo.cs
- CodeCompileUnit.cs
- HostedImpersonationContext.cs
- XmlAutoDetectWriter.cs
- LeftCellWrapper.cs
- DynamicFilterExpression.cs
- ControlParameter.cs
- TreeViewItemAutomationPeer.cs
- GestureRecognitionResult.cs
- PointAnimationUsingPath.cs
- XmlBaseReader.cs
- CodeNamespace.cs
- SetMemberBinder.cs
- PackageRelationship.cs
- IntSecurity.cs
- WindowsEditBox.cs
- Cursor.cs
- FileEnumerator.cs