C# Class Stormpath.SDK.Impl.Http.Authentication.RequestAuthenticationException

Inheritance: RequestException
Afficher le fichier Open project: stormpath/stormpath-sdk-dotnet

Méthodes publiques

Méthode Description
RequestAuthenticationException ( string message ) : System
RequestAuthenticationException ( string message, Exception innerException ) : System

Method Details

RequestAuthenticationException() public méthode

public RequestAuthenticationException ( string message ) : System
message string
Résultat System

RequestAuthenticationException() public méthode

public RequestAuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System