C# Class BetterCms.Core.Exceptions.CmsException

Inheritance: BetterModules.Core.Exceptions.CoreException
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode Description
CmsException ( ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message, Exception innerException ) : System

Initializes a new instance of the CmsException class.

Method Details

CmsException() public méthode

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

CmsException() public méthode

Initializes a new instance of the CmsException class.
public CmsException ( string message ) : System
message string The message.
Résultat System

CmsException() public méthode

Initializes a new instance of the CmsException class.
public CmsException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System