C# Класс NGM.CasClient.Client.Configuration.CasConfigurationException

Generic exception to be thrown when Cas Client configuration fails.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

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

Constructs an exception with the supplied message.

CasConfigurationException ( string message, Exception exception ) : System

Constructs an exception with the supplied message and chained exception

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

CasConfigurationException() публичный Метод

Constructs an exception with the supplied message.
public CasConfigurationException ( string message ) : System
message string the message
Результат System

CasConfigurationException() публичный Метод

Constructs an exception with the supplied message and chained exception
public CasConfigurationException ( string message, Exception exception ) : System
message string the message
exception System.Exception the original exception
Результат System