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

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

공개 메소드들

메소드 설명
ValidationException ( ) : System

Initializes a new instance of the ValidationException class.

ValidationException ( Func resource, string message ) : System

Initializes a new instance of the ValidationException class.

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

Initializes a new instance of the ValidationException class.

메소드 상세

ValidationException() 공개 메소드

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

ValidationException() 공개 메소드

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

ValidationException() 공개 메소드

Initializes a new instance of the ValidationException class.
public ValidationException ( 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