C# Class Microsoft.Azure.Commands.Common.Authentication.AadAuthenticationCantRenewException

Inheritance: AadAuthenticationException
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
AadAuthenticationCantRenewException ( ) : System
AadAuthenticationCantRenewException ( string message ) : System
AadAuthenticationCantRenewException ( string message, Exception innerException ) : System

Method Details

AadAuthenticationCantRenewException() public méthode

public AadAuthenticationCantRenewException ( ) : System
Résultat System

AadAuthenticationCantRenewException() public méthode

public AadAuthenticationCantRenewException ( string message ) : System
message string
Résultat System

AadAuthenticationCantRenewException() public méthode

public AadAuthenticationCantRenewException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System