C# Класс Foretagsplatsen.Api2.Exceptions.OAuthAuthorizationException

Authorization failed. If username/password authorization was used then ether the username or password is wrong. If standard OAuth authorization was used the verifier is wrong or the user failed to authenticate.
Наследование: ApiOAuthException
Показать файл Открыть проект

Открытые методы

Метод Описание
OAuthAuthorizationException ( DevDefined innerException )
OAuthAuthorizationException ( string message, DevDefined innerException )

Описание методов

OAuthAuthorizationException() публичный Метод

public OAuthAuthorizationException ( DevDefined innerException )
innerException DevDefined

OAuthAuthorizationException() публичный Метод

public OAuthAuthorizationException ( string message, DevDefined innerException )
message string
innerException DevDefined