C# Класс Microsoft.Azure.Commands.Common.Authentication.AadAuthenticationException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
AadAuthenticationException ( ) : System
AadAuthenticationException ( string message ) : System
AadAuthenticationException ( string message, Exception innerException ) : System

Описание методов

AadAuthenticationException() защищенный Метод

protected AadAuthenticationException ( ) : System
Результат System

AadAuthenticationException() защищенный Метод

protected AadAuthenticationException ( string message ) : System
message string
Результат System

AadAuthenticationException() защищенный Метод

protected AadAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System