AuthenticationException

constructor()

Initializes a new instance of the AuthenticationException class.


constructor(message: String)

Initializes a new instance of the AuthenticationException class.

Parameters

message

The message that describes the error.


constructor(message: String, result: EResult)

Initializes a new instance of the AuthenticationException class.

Parameters

message

The message that describes the error.

result

The result code that describes the error.