C# 클래스 BetterCms.Core.Exceptions.CmsException

상속: BetterModules.Core.Exceptions.CoreException
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
CmsException ( ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message, Exception innerException ) : System

Initializes a new instance of the CmsException class.

메소드 상세

CmsException() 공개 메소드

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

CmsException() 공개 메소드

Initializes a new instance of the CmsException class.
public CmsException ( string message ) : System
message string The message.
리턴 System

CmsException() 공개 메소드

Initializes a new instance of the CmsException class.
public CmsException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System