C# Класс dk.nita.saml20.Saml20Exception

This exception is thrown to indicate an error in the SAML2 toolkit. It was introduced to make it easy to distinguish between exceptions thrown deliberately by the toolkit, and exceptions that are thrown as the result of bugs.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
Saml20Exception ( ) : System

Initializes a new instance of the Saml20Exception class.

Saml20Exception ( string msg ) : System

Initializes a new instance of the Saml20Exception class.

Saml20Exception ( string msg, Exception cause ) : System

Initializes a new instance of the Saml20Exception class.

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

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

Initializes a new instance of the Saml20Exception class.
public Saml20Exception ( ) : System
Результат System

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

Initializes a new instance of the Saml20Exception class.
public Saml20Exception ( string msg ) : System
msg string The MSG.
Результат System

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

Initializes a new instance of the Saml20Exception class.
public Saml20Exception ( string msg, Exception cause ) : System
msg string A message describing the problem that caused the exception.
cause System.Exception Another exception that may be related to the problem.
Результат System