C# 클래스 OpenIdConnect.Client.Common.Exceptions.OpenIdConnectException

The base class for OpenIdConnect-related exceptions
상속: System.Exception
파일 보기 프로젝트 열기: sapo/sapo-services-sdk

보호된 메소드들

메소드 설명
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