C# 클래스 BetterCms.Module.Pages.Exceptions.DraftNotFoundException

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

공개 메소드들

메소드 설명
DraftNotFoundException ( ) : System
DraftNotFoundException ( Entity staleEntity ) : System
DraftNotFoundException ( string message ) : System
DraftNotFoundException ( string message, Exception innerException ) : System

메소드 상세

DraftNotFoundException() 공개 메소드

public DraftNotFoundException ( ) : System
리턴 System

DraftNotFoundException() 공개 메소드

public DraftNotFoundException ( Entity staleEntity ) : System
staleEntity Entity
리턴 System

DraftNotFoundException() 공개 메소드

public DraftNotFoundException ( string message ) : System
message string
리턴 System

DraftNotFoundException() 공개 메소드

public DraftNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System