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

Inheritance: AadAuthenticationException
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
AadAuthenticationCantRenewException ( ) : System
AadAuthenticationCantRenewException ( string message ) : System
AadAuthenticationCantRenewException ( string message, Exception innerException ) : System

Method Details

AadAuthenticationCantRenewException() public method

public AadAuthenticationCantRenewException ( ) : System
return System

AadAuthenticationCantRenewException() public method

public AadAuthenticationCantRenewException ( string message ) : System
message string
return System

AadAuthenticationCantRenewException() public method

public AadAuthenticationCantRenewException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System