C# 클래스 NGM.CasClient.Client.Validation.TicketValidationException

Generic exception to be thrown when ticket validation fails.
This is the .Net port of org.jasig.cas.client.validation.TicketValidationException
상속: System.Exception
파일 보기 프로젝트 열기: NIKASoftwareDevs/Orchard

공개 메소드들

메소드 설명
TicketValidationException ( string message ) : System

Constructs an exception with the supplied message.

TicketValidationException ( string message, Exception exception ) : System

Constructs an exception with the supplied message and chained exception

TicketValidationException ( string message, string code ) : System

Constructs an exception with the supplied message.

TicketValidationException ( string message, string code, Exception exception ) : System

Constructs an exception with the supplied message and chained exception

메소드 상세

TicketValidationException() 공개 메소드

Constructs an exception with the supplied message.
public TicketValidationException ( string message ) : System
message string the message
리턴 System

TicketValidationException() 공개 메소드

Constructs an exception with the supplied message and chained exception
public TicketValidationException ( string message, Exception exception ) : System
message string the message
exception System.Exception the original exception
리턴 System

TicketValidationException() 공개 메소드

Constructs an exception with the supplied message.
public TicketValidationException ( string message, string code ) : System
message string the message
code string the CAS service response error code
리턴 System

TicketValidationException() 공개 메소드

Constructs an exception with the supplied message and chained exception
public TicketValidationException ( string message, string code, Exception exception ) : System
message string the message
code string the CAS service response error code
exception System.Exception the original exception
리턴 System