Defines the abstract base-class for request fault exceptions.
Пространство имен: Microsoft.IdentityModel.Protocols
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As RequestFaultException

Синтаксис

Visual Basic
<SerializableAttribute> _
Public MustInherit Class RequestFaultException
		Inherits FaultException
C#
[SerializableAttribute] 
public abstract class RequestFaultException : FaultException
C++
[SerializableAttribute] 
public ref class RequestFaultException abstract : public FaultException
J#
/** @attribute SerializableAttribute() */ 
public abstract class RequestFaultException extends FaultException
JScript
SerializableAttribute 
public abstract class RequestFaultException extends FaultException

Иерархия наследования

System.Object
   System.Exception
     System.SystemException
       System.ServiceModel.CommunicationException
         System.ServiceModel.FaultException
          Microsoft.IdentityModel.Protocols.RequestFaultException
             Производные классы

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Not tested on Windows XP

См. также