BetterCms.Module.Pages.Exceptions.DraftNotFoundException.DraftNotFoundException C# (CSharp) Метод

DraftNotFoundException() публичный Метод

public DraftNotFoundException ( ) : System
Результат System
        public DraftNotFoundException()
        {
        }

Same methods

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