Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / SecurityTokenException.cs / 1305376 / SecurityTokenException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.IdentityModel.Tokens { using System.Runtime.Serialization; [Serializable] public class SecurityTokenException : SystemException { public SecurityTokenException() : base() { } public SecurityTokenException(String message) : base(message) { } public SecurityTokenException(String message, Exception innerException) : base(message, innerException) { } protected SecurityTokenException(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.Tokens { using System.Runtime.Serialization; [Serializable] public class SecurityTokenException : SystemException { public SecurityTokenException() : base() { } public SecurityTokenException(String message) : base(message) { } public SecurityTokenException(String message, Exception innerException) : base(message, innerException) { } protected SecurityTokenException(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
- SymbolDocumentGenerator.cs
- ContextQuery.cs
- FlagsAttribute.cs
- ReliableReplySessionChannel.cs
- DbConnectionPoolGroup.cs
- XmlAnyElementAttribute.cs
- PolicyValidationException.cs
- XmlSerializerNamespaces.cs
- ContentElementAutomationPeer.cs
- HostingMessageProperty.cs
- BoundingRectTracker.cs
- WebBrowserSiteBase.cs
- XmlNamespaceMapping.cs
- SecurityKeyIdentifier.cs
- IPEndPointCollection.cs
- DataColumnSelectionConverter.cs
- SchemaComplexType.cs
- TextWriterTraceListener.cs
- ToolboxService.cs
- RoutedEvent.cs
- WebBrowserContainer.cs
- DataSet.cs
- SqlInfoMessageEvent.cs
- ChtmlPageAdapter.cs
- XsdDataContractImporter.cs
- AppDomainFactory.cs
- UnrecognizedPolicyAssertionElement.cs
- XmlSchemaSequence.cs
- Marshal.cs
- RefType.cs
- SinglePhaseEnlistment.cs
- AutomationPattern.cs
- CommandEventArgs.cs
- ImageMapEventArgs.cs
- DictionaryGlobals.cs
- OptimizerPatterns.cs
- OdbcHandle.cs
- MethodRental.cs
- DnsPermission.cs
- DataBoundControlAdapter.cs
- ADConnectionHelper.cs
- MethodRental.cs
- AssemblyAttributesGoHere.cs
- FontClient.cs
- ImmutableAssemblyCacheEntry.cs
- CustomAttributeSerializer.cs
- SqlMethodAttribute.cs
- AxHost.cs
- SubMenuStyle.cs
- ZeroOpNode.cs
- loginstatus.cs
- Brush.cs
- ObjectResult.cs
- SessionStateSection.cs
- DesignerActionPanel.cs
- DataListCommandEventArgs.cs
- PackageRelationship.cs
- WeakEventTable.cs
- ToolStripPanelDesigner.cs
- Funcletizer.cs
- SqlTransaction.cs
- UnsafeNativeMethods.cs
- XamlReaderConstants.cs
- BlurBitmapEffect.cs
- Types.cs
- GlobalEventManager.cs
- PolicyLevel.cs
- XamlBrushSerializer.cs
- ComAdminInterfaces.cs
- LineSegment.cs
- UnauthorizedAccessException.cs
- MorphHelpers.cs
- HyperLinkField.cs
- EventLogEntryCollection.cs
- Ports.cs
- GenericTypeParameterConverter.cs
- AcceleratedTokenProvider.cs
- ItemDragEvent.cs
- Block.cs
- CodeCommentStatementCollection.cs
- DoubleAnimationUsingPath.cs
- MatchAttribute.cs
- XPathParser.cs
- DecimalAnimationUsingKeyFrames.cs
- IRCollection.cs
- CodeRegionDirective.cs
- PropertyDescriptorComparer.cs
- TextBoxAutoCompleteSourceConverter.cs
- OleDbRowUpdatedEvent.cs
- SecurityHeaderLayout.cs
- DBSqlParserColumn.cs
- SchemaDeclBase.cs
- Range.cs
- AuthorizationSection.cs
- BaseTemplatedMobileComponentEditor.cs
- MenuEventArgs.cs
- StreamReader.cs
- HuffCodec.cs
- ToolStripActionList.cs
- WpfKnownMemberInvoker.cs