C# Class Foretagsplatsen.Api.Exceptions.ApiOAuthException

An exception caused by OAuth
Inheritance: ApiException
Afficher le fichier Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Méthodes publiques

Méthode Description
ApiOAuthException ( DevDefined.OAuth.Framework.OAuthException innerException ) : DevDefined.OAuth.Framework
ApiOAuthException ( string message, DevDefined.OAuth.Framework.OAuthException innerException ) : DevDefined.OAuth.Framework

Method Details

ApiOAuthException() public méthode

public ApiOAuthException ( DevDefined.OAuth.Framework.OAuthException innerException ) : DevDefined.OAuth.Framework
innerException DevDefined.OAuth.Framework.OAuthException
Résultat DevDefined.OAuth.Framework

ApiOAuthException() public méthode

public ApiOAuthException ( string message, DevDefined.OAuth.Framework.OAuthException innerException ) : DevDefined.OAuth.Framework
message string
innerException DevDefined.OAuth.Framework.OAuthException
Résultat DevDefined.OAuth.Framework