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

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

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

Same methods

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