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
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
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