RequestFailedException Class
Represents errors that occur during a request to the server.
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)
System::Exception
Microsoft.IdentityServer::RequestFailedException
Microsoft.IdentityServer::AuthenticationFailedException
| Name | Description | |
|---|---|---|
![]() | RequestFailedException() | Initializes a new instance of the RequestFailedException class. |
![]() | RequestFailedException(Exception^) | Initializes a new instance of the RequestFailedException class. |
![]() | RequestFailedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the RequestFailedException class. |
![]() | RequestFailedException(String^) | Initializes a new instance of the RequestFailedException class. |
![]() | RequestFailedException(String^, Exception^) | Initializes a new instance of the RequestFailedException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



