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