BetterCms.Module.Pages.Exceptions.DraftNotFoundException.DraftNotFoundException C# (CSharp) Method

DraftNotFoundException() public method

public DraftNotFoundException ( ) : System
return System
        public DraftNotFoundException()
        {
        }

Same methods

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