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

CmsApiException() public méthode

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

Same methods

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