C# 클래스 BetterCms.Core.Exceptions.Mvc.ConfirmationRequestException

상속: CmsException
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
ConfirmationRequestException ( ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System

Initializes a new instance of the ConfirmationRequestException class.

메소드 상세

ConfirmationRequestException() 공개 메소드

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( ) : System
리턴 System

ConfirmationRequestException() 공개 메소드

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
리턴 System

ConfirmationRequestException() 공개 메소드

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
innerException System.Exception The inner exception.
리턴 System