C# Class InvalidAuthnTokenException, kudu-client-net

Receiving this exception means the current authentication token is no longer valid and a new one is needed to establish connections to the Kudu servers for sending RPCs.
Inheritance: RecoverableException
Afficher le fichier Open project: xqrzd/kudu-client-net

Méthodes publiques

Méthode Description
InvalidAuthnTokenException ( KuduStatus, status )

Method Details

InvalidAuthnTokenException() public méthode

public InvalidAuthnTokenException ( KuduStatus, status )
status KuduStatus,