C# Класс OpenIdConnect.Client.Common.Exceptions.OpenIdConnectException

The base class for OpenIdConnect-related exceptions
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
OpenIdConnectException ( string message ) : System

Creates an OpenIdConnectException with a custom message

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

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

Creates an OpenIdConnectException with a custom message
protected OpenIdConnectException ( string message ) : System
message string
Результат System