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
파일 보기 프로젝트 열기: symplified/Symplified.Auth

공개 메소드들

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