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
- DataSourceIDConverter.cs
- XmlStreamNodeWriter.cs
- TextModifierScope.cs
- OverflowException.cs
- PermissionToken.cs
- Vector3D.cs
- ActivatedMessageQueue.cs
- Timer.cs
- SHA1CryptoServiceProvider.cs
- keycontainerpermission.cs
- TextTreePropertyUndoUnit.cs
- coordinator.cs
- Attribute.cs
- InkCanvasInnerCanvas.cs
- InternalControlCollection.cs
- Helpers.cs
- ListBoxItemWrapperAutomationPeer.cs
- BlurBitmapEffect.cs
- FieldNameLookup.cs
- PrivilegeNotHeldException.cs
- ListViewItem.cs
- ListBoxItemAutomationPeer.cs
- TextTreeInsertUndoUnit.cs
- ObjectIDGenerator.cs
- WindowsIPAddress.cs
- ObservableDictionary.cs
- LayoutInformation.cs
- TypeUtil.cs
- SlipBehavior.cs
- EllipseGeometry.cs
- DES.cs
- ResourcePermissionBase.cs
- IndexedEnumerable.cs
- Vars.cs
- TrustLevel.cs
- DataRowView.cs
- DocumentPaginator.cs
- FixedSOMImage.cs
- SourceFileInfo.cs
- HighlightComponent.cs
- WriteableBitmap.cs
- MarginCollapsingState.cs
- StandardOleMarshalObject.cs
- EpmAttributeNameBuilder.cs
- ObjectHandle.cs
- TouchesCapturedWithinProperty.cs
- Paragraph.cs
- DBNull.cs
- MultitargetingHelpers.cs
- X509IssuerSerialKeyIdentifierClause.cs
- PropertyToken.cs
- XmlNodeComparer.cs
- ExpressionEditorAttribute.cs
- OdbcInfoMessageEvent.cs
- StorageInfo.cs
- ListControlDataBindingHandler.cs
- SemaphoreSecurity.cs
- ApplicationBuildProvider.cs
- HashHelper.cs
- StylusPoint.cs
- KeyGesture.cs
- TypeUtil.cs
- AttachInfo.cs
- OleDbConnectionFactory.cs
- CategoryGridEntry.cs
- PrintPreviewControl.cs
- FormViewPageEventArgs.cs
- TextPointerBase.cs
- CustomLineCap.cs
- SqlBuffer.cs
- PerfCounters.cs
- Win32.cs
- WebPartActionVerb.cs
- ProtocolsConfigurationHandler.cs
- TimeSpanValidator.cs
- DrawingImage.cs
- QuaternionValueSerializer.cs
- SqlDataSourceCommandEventArgs.cs
- ComponentCollection.cs
- Literal.cs
- RegionInfo.cs
- IteratorFilter.cs
- ChannelCredentials.cs
- XmlAtomicValue.cs
- DataGridViewMethods.cs
- ScriptingJsonSerializationSection.cs
- CodeVariableDeclarationStatement.cs
- MethodCallExpression.cs
- ProfileProvider.cs
- SoapAttributeAttribute.cs
- StorageRoot.cs
- ReceiveActivityValidator.cs
- BitmapImage.cs
- EmbeddedMailObject.cs
- XmlDocumentFragment.cs
- DataColumn.cs
- RangeExpression.cs
- DefaultSettingsSection.cs
- ToolStripDropDownItem.cs
- IODescriptionAttribute.cs