BetterCms.Core.Exceptions.CmsException.CmsException C# (CSharp) Method

CmsException() public method

Initializes a new instance of the CmsException class.
public CmsException ( ) : System
return System
        public CmsException()
        {
        }

Same methods

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