Class OAuthException

Exception type used to indicate OAuth error conditions.

class OAuthException
  : object.Exception ;

Instances of this exception class should be created only by this module or classes derived from classes from this module.

Constructors

NameDescription
this (msg, file, line, next) Creates a new instance of OAuthException representing a client side error condition.
this (errorResponse, file, line, next) Creates a new instance of OAuthException based on an error response from the authentication server.

Properties

NameTypeDescription
errorUri[get] string
specErrCode[get] string