Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / PolicyValidationException.cs / 1305376 / PolicyValidationException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.IdentityModel.Selectors
{
using System;
using System.Runtime.Serialization;
using Microsoft.InfoCards.Diagnostics;
//
// Summary
// Wraps exceptions thrown during the request security token process.
//
[Serializable]
public class PolicyValidationException : System.Exception
{
public PolicyValidationException()
: base()
{
}
public PolicyValidationException( string message )
: base( message )
{
}
public PolicyValidationException( string message, Exception innerException )
: base( message, innerException )
{
}
protected PolicyValidationException( 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;
using Microsoft.InfoCards.Diagnostics;
//
// Summary
// Wraps exceptions thrown during the request security token process.
//
[Serializable]
public class PolicyValidationException : System.Exception
{
public PolicyValidationException()
: base()
{
}
public PolicyValidationException( string message )
: base( message )
{
}
public PolicyValidationException( string message, Exception innerException )
: base( message, innerException )
{
}
protected PolicyValidationException( 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
- CompoundFileStreamReference.cs
- HttpGetProtocolReflector.cs
- cookiecollection.cs
- TextDecorationCollection.cs
- TypeListConverter.cs
- InfoCardSymmetricCrypto.cs
- WithStatement.cs
- IDispatchConstantAttribute.cs
- FaultReasonText.cs
- LocatorBase.cs
- UriScheme.cs
- InkCanvas.cs
- SecurityTokenTypes.cs
- TextBoxBase.cs
- unsafenativemethodstextservices.cs
- ExecutionEngineException.cs
- AddressAccessDeniedException.cs
- DesignerDataTable.cs
- SpeechDetectedEventArgs.cs
- EventItfInfo.cs
- WebOperationContext.cs
- Resources.Designer.cs
- CodeTypeReference.cs
- SystemResourceKey.cs
- InkCanvasFeedbackAdorner.cs
- SqlException.cs
- autovalidator.cs
- ExpandableObjectConverter.cs
- _NegotiateClient.cs
- WarningException.cs
- COM2Properties.cs
- XmlAttributeCache.cs
- IMembershipProvider.cs
- SystemBrushes.cs
- DefaultWorkflowLoaderService.cs
- EndpointDispatcherTable.cs
- TransformProviderWrapper.cs
- ManagedFilter.cs
- GreenMethods.cs
- NetworkInformationPermission.cs
- TextEditorSelection.cs
- ComponentRenameEvent.cs
- EntityDataSourceContextCreatingEventArgs.cs
- counter.cs
- localization.cs
- Polyline.cs
- XmlIlGenerator.cs
- ResXResourceReader.cs
- HtmlEmptyTagControlBuilder.cs
- UInt32Storage.cs
- EnumValAlphaComparer.cs
- SmiEventSink_DeferedProcessing.cs
- ToolStripDropDown.cs
- OpenTypeLayoutCache.cs
- ImageEditor.cs
- CSharpCodeProvider.cs
- RegistryConfigurationProvider.cs
- DesignSurface.cs
- ToolStripLocationCancelEventArgs.cs
- Helpers.cs
- MethodSet.cs
- WeakReferenceList.cs
- COMException.cs
- FilteredDataSetHelper.cs
- ComponentResourceManager.cs
- AstTree.cs
- CacheHelper.cs
- AssociationSet.cs
- DbgCompiler.cs
- BitmapImage.cs
- DesignerAttribute.cs
- DPCustomTypeDescriptor.cs
- NestedContainer.cs
- DataViewManagerListItemTypeDescriptor.cs
- HtmlInputPassword.cs
- KeyEvent.cs
- Helper.cs
- SemanticResultValue.cs
- SegmentInfo.cs
- GlyphsSerializer.cs
- MSAAEventDispatcher.cs
- DSACryptoServiceProvider.cs
- SqlDelegatedTransaction.cs
- WebBrowser.cs
- XmlSchemaAttributeGroupRef.cs
- CmsInterop.cs
- XmlWrappingReader.cs
- EntityContainerAssociationSetEnd.cs
- PointCollection.cs
- InvariantComparer.cs
- XPathNodeList.cs
- ApplicationActivator.cs
- Misc.cs
- SingleQueryOperator.cs
- TextDecorationCollectionConverter.cs
- TraceHandler.cs
- CachingHintValidation.cs
- Geometry3D.cs
- SpellerStatusTable.cs
- Transform3DCollection.cs