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

Inheritance: System.Exception
Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Protected Methods

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

Method Details

AadAuthenticationException() protected method

protected AadAuthenticationException ( ) : System
return System

AadAuthenticationException() protected method

protected AadAuthenticationException ( string message ) : System
message string
return System

AadAuthenticationException() protected method

protected AadAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System