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

Inheritance: System.Exception
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes protégées

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

Method Details

AadAuthenticationException() protected méthode

protected AadAuthenticationException ( ) : System
Résultat System

AadAuthenticationException() protected méthode

protected AadAuthenticationException ( string message ) : System
message string
Résultat System

AadAuthenticationException() protected méthode

protected AadAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System