BetterCms.Core.Exceptions.CmsException.CmsException C# (CSharp) Méthode

CmsException() public méthode

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

Same methods

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