C# 클래스 NGM.CasClient.Client.Configuration.CasConfigurationException

Generic exception to be thrown when Cas Client configuration fails.
상속: System.Exception
파일 보기 프로젝트 열기: NIKASoftwareDevs/Orchard

공개 메소드들

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