RequestFailedException Class

Generic exception that is thrown when a request fails. The inner exception exposes the original error for programmatic access.

Namespace: Microsoft.IdentityServer.Web
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim instance As RequestFailedException

Syntax

'Declaration
<SerializableAttribute> _
Public Class RequestFailedException
    Inherits Exception
[SerializableAttribute] 
public class RequestFailedException : Exception
[SerializableAttribute] 
public ref class RequestFailedException : public Exception
/** @attribute SerializableAttribute() */ 
public class RequestFailedException extends Exception
SerializableAttribute 
public class RequestFailedException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.IdentityServer.Web.RequestFailedException
       Microsoft.IdentityServer.Web.AuthenticationFailedException
       Microsoft.IdentityServer.Web.AuthorizationFailedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

RequestFailedException Members
Microsoft.IdentityServer.Web Namespace