C# Class InvalidAuthzTokenException, kudu-client-net

Receiving this exception means the authorization token used to make a request is no longer valid and a new one is needed to make requests that access data.
Inheritance: RecoverableException
Afficher le fichier Open project: xqrzd/kudu-client-net

Méthodes publiques

Méthode Description
InvalidAuthzTokenException ( KuduStatus, status )

Method Details

InvalidAuthzTokenException() public méthode

public InvalidAuthzTokenException ( KuduStatus, status )
status KuduStatus,