C# Class BetterCms.Module.Pages.Exceptions.DraftNotFoundException

Inheritance: BetterModules.Core.Exceptions.DataTier.ConcurrentDataException
Mostra file Open project: devbridge/BetterCMS

Public Methods

Method Description
DraftNotFoundException ( ) : System
DraftNotFoundException ( Entity staleEntity ) : System
DraftNotFoundException ( string message ) : System
DraftNotFoundException ( string message, Exception innerException ) : System

Method Details

DraftNotFoundException() public method

public DraftNotFoundException ( ) : System
return System

DraftNotFoundException() public method

public DraftNotFoundException ( Entity staleEntity ) : System
staleEntity Entity
return System

DraftNotFoundException() public method

public DraftNotFoundException ( string message ) : System
message string
return System

DraftNotFoundException() public method

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