C# Class 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.
Inheritance: ApiOAuthException
显示文件 Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
OAuthAuthorizationException ( DevDefined innerException )
OAuthAuthorizationException ( string message, DevDefined innerException )

Method Details

OAuthAuthorizationException() public method

public OAuthAuthorizationException ( DevDefined innerException )
innerException DevDefined

OAuthAuthorizationException() public method

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